[PATCH] D31098: [compiler-rt] respect CMAKE_EXE_LINKER_FLAGS in compiler and library tests

Bob Haarman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 20 14:55:08 PDT 2017


inglorion added a comment.

With this new diff, check-profile runs the same number of tests as it does in the base revision (102, in my case). Unfortunately, when building with thinlto, they all fail (error message: llvm-build-clang/lib/clang/5.0.0/lib/linux/libclang_rt.profile-i386.a: error adding symbols: File format not recognized).

It's still an improvement over the base revision, which will fail to build all of compiler-rt when using thinlto.


https://reviews.llvm.org/D31098





More information about the llvm-commits mailing list