aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-01-06 14:28:05 +0000
committerTim Northover <tnorthover@apple.com>2014-01-06 14:28:05 +0000
commitd6a729bb8542b5ad90b93e9f6653410329ed9fdf (patch)
treed0d19668a0ff4864402f33d7d6c025031d611bec /clang/lib/Frontend/CompilerInvocation.cpp
parent9523aa41fbf7e9dec8df66211a396d5dbe9b2199 (diff)
downloadllvm-d6a729bb8542b5ad90b93e9f6653410329ed9fdf.zip
llvm-d6a729bb8542b5ad90b93e9f6653410329ed9fdf.tar.gz
llvm-d6a729bb8542b5ad90b93e9f6653410329ed9fdf.tar.bz2
ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.
The ARM backend has been using most of the MachO related subtarget checks almost interchangeably, and since the only target it's had to run on has been IOS (which is all three of MachO, Darwin and IOS) it's worked out OK so far. But we'd like to support embedded targets under the "*-*-none-macho" triple, which means everything starts falling apart and inconsistent behaviours emerge. This patch should pick a reasonably sensible set of behaviours for the new triple (and any others that come along, with luck). Some choices were debatable (notably FP == r7 or r11), but we can revisit those later when deficiencies become apparent. llvm-svn: 198617
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions