aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Tooling/Syntax/BuildTree.cpp
diff options
context:
space:
mode:
authorDavid Tenty <daltenty@ibm.com>2020-09-30 11:13:20 -0400
committerDavid Tenty <daltenty@ibm.com>2020-10-01 09:45:07 -0400
commit5665ec4e182dba9965847d3698ad64a950bb00a7 (patch)
tree6097106908fcd7f56cd89b0ada31edbf53d28d00 /clang/lib/Tooling/Syntax/BuildTree.cpp
parent567049f89282d10ec2e82ea21e239fb0174a0ee1 (diff)
downloadllvm-5665ec4e182dba9965847d3698ad64a950bb00a7.zip
llvm-5665ec4e182dba9965847d3698ad64a950bb00a7.tar.gz
llvm-5665ec4e182dba9965847d3698ad64a950bb00a7.tar.bz2
[compiler-rt][cmake][powerpc] Remove TEST_BIG_ENDIAN from base-config-ix.cmake
It's actually not safe to call TEST_BIG_ENDIAN here, since we may be running from the builtins build (i.e builtins-config-ix) context where TEST_COMPILE_ONLY is set since without builtins already built we may fail to link, and TEST_BIG_ENDIAN internally performs tests which may fail to link without builtins. Fortunately powerpc is the only target that uses this information here and we actually already know the whether we are targeting the LE variant due to earlier macro checks, so we can simply this to remove our reliance on TEST_BIG_ENDIAN. Reviewed By: hubert.reinterpretcast, Whitney Differential Revision: https://reviews.llvm.org/D88608
Diffstat (limited to 'clang/lib/Tooling/Syntax/BuildTree.cpp')
0 files changed, 0 insertions, 0 deletions