aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/AssumptionCache.cpp
diff options
context:
space:
mode:
authorRaul Tambre <raul@tambre.ee>2020-12-15 08:15:58 +0200
committerRaul Tambre <raul@tambre.ee>2020-12-15 08:18:07 +0200
commita72d462eb9b9f5698e081c8ccf3bc7fa3e35da08 (patch)
treefbf92d2c46bbffb953267509007b578761890de8 /llvm/lib/Analysis/AssumptionCache.cpp
parent3000c19df64f89ff319590f3a6e4d6b93d20983d (diff)
downloadllvm-a72d462eb9b9f5698e081c8ccf3bc7fa3e35da08.zip
llvm-a72d462eb9b9f5698e081c8ccf3bc7fa3e35da08.tar.gz
llvm-a72d462eb9b9f5698e081c8ccf3bc7fa3e35da08.tar.bz2
Re-apply "[CMake][compiler-rt][AArch64] Avoid preprocessing LSE builtins separately"
aa772fc85e0f526615c78b9c3979c2be945a754c (D92530) has landed fixing relocations on Darwin. 3000c19df64f89ff319590f3a6e4d6b93d20983d (D93236) has landed working around an assembly parser bug on Darwin. Previous quick-fix d9697c2e6b153ac7dc40a69450d9b672f71b1029 (D93198) included in this commit. Invoking the preprocessor ourselves is fragile and would require us to replicate CMake's handling of definitions, compiler flags, etc for proper compatibility. In my toolchain builds this notably resulted in a bunch of warnings from unused flags as my CMAKE_C_FLAGS includes CPU-specific optimization options. Notably this part was already duplicating the logic for VISIBILITY_HIDDEN define. Instead, symlink the files and set the proper set of defines on each. This should also be faster as we avoid invoking the compiler multiple times. Fixes https://llvm.org/PR48494 Differential Revision: https://reviews.llvm.org/D93278
Diffstat (limited to 'llvm/lib/Analysis/AssumptionCache.cpp')
0 files changed, 0 insertions, 0 deletions