[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
Wed Jul 27 06:19:10 PDT 2016
Hahnfeld added a subscriber: Hahnfeld.
Hahnfeld added a comment.
In https://reviews.llvm.org/D22469#495057, @beanz wrote:
> Sorry for being late to this change. I was on vacation last week.
>
> My only concern about this is that compiler-rt's tests do use C++, but that probably isn't a big enough deal to matter. We can deal with that if it ever comes up.
Actually the sanitizers are using C++ while builtins only rely on C. I'm currently running into this because I'm only building `libc++` for 64 bits and it tries to build sanitizers for 32 bit which obviously does not work
Repository:
rL LLVM
https://reviews.llvm.org/D22469
More information about the llvm-commits
mailing list