]> granicus.if.org Git - llvm/commit
gn build: Rename llvm_host_triple to llvm_current_triple and have it use current_...
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 15 Jan 2019 08:20:29 +0000 (08:20 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Tue, 15 Jan 2019 08:20:29 +0000 (08:20 +0000)
commit42c9ee8c24755e61261cbfa6a4f230f4e045c56e
tree724a3d3e8c05876b0020fb70cd01ff28ceb3b2bd
parent5f4130f544a9bd3591505a8de69a57277a19bec8
gn build: Rename llvm_host_triple to llvm_current_triple and have it use current_{cpu,os}.

This makes e.g. ToolChain::isCrossCompiling() in
clang/lib/Driver/ToolChain.cpp return the correct result
if the compiler was cross-compiled. This change also affects
llvm_default_target_triple, so cross-compiled compilers default to
targeting the cross-compilation target, which makes more sense than
the host that the compiler was compiled on.

This change will also be necessary in order for the correct triples
to appear in generated lit files for non-native targets.

Differential Revision: https://reviews.llvm.org/D56696

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351168 91177308-0d34-0410-b5e6-96231b3b80d8
utils/gn/build/BUILDCONFIG.gn
utils/gn/build/toolchain/BUILD.gn
utils/gn/secondary/clang/test/BUILD.gn
utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn
utils/gn/secondary/llvm/test/BUILD.gn
utils/gn/secondary/llvm/triples.gni