[PATCH] D22469: [compiler-rt] Don't require c++ headers when configuring compiler-rt builds
Saleem Abdulrasool via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 4 08:02:59 PDT 2016
compnerd added a comment.
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.
Repository:
rL LLVM
https://reviews.llvm.org/D22469
More information about the llvm-commits
mailing list