[PATCH] D22469: [compiler-rt] Don't require c++ headers when configuring compiler-rt builds
Jonas Hahnfeld via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 4 08:11:12 PDT 2016
Hahnfeld added a comment.
In https://reviews.llvm.org/D22469#505842, @compnerd wrote:
> I don't think that would work for all cross-compilation scenarios. Using C++ introduces a dependency on libunwind for ARM targets unless we pass in `-fno-exceptions` and `-fno-unwind-tables` to the compilation test.
Hmm, so you also don't build the sanitizers?
Repository:
rL LLVM
https://reviews.llvm.org/D22469
More information about the llvm-commits
mailing list