summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineFunction.cpp
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2019-10-28 11:35:36 -0700
committerVedant Kumar <vsk@apple.com>2019-10-28 15:34:39 -0700
commit82d3ba87d06f9e2abc6e27d8799587d433c56630 (patch)
treeac268d6fc038ba7f310f89c34a6b427c44bc062f /llvm/lib/CodeGen/MachineFunction.cpp
parentdfece0a108a71b493bb92f135f68c59fd1d85c06 (diff)
downloadbcm5719-llvm-82d3ba87d06f9e2abc6e27d8799587d433c56630.tar.gz
bcm5719-llvm-82d3ba87d06f9e2abc6e27d8799587d433c56630.zip
[debugserver] Detect arch from LLVM_DEFAULT_TARGET_TRIPLE
The debugserver build needs to conditionally include files depending on the target architecture. Switch on the architecture specified by LLVM_DEFAULT_TARGET_TRIPLE, as the llvm and swift build systems use this variable to identify the target (the latter, indirectly, through LLVM_HOST_TRIPLE). It would be possible to switch on CMAKE_OSX_ARCHITECTURES, but the swift build does not provide it, preferring instead to pass arch-specific CFLAGS etc explicitly. Switching on LLVM_HOST_TRIPLE is also an option, but it breaks down when cross-compiling. Differential Revision: https://reviews.llvm.org/D69523
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud