[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
Fri Jul 29 11:45:26 PDT 2016
Hahnfeld added a comment.
In https://reviews.llvm.org/D22469#500819, @beanz wrote:
> @hahnfeld, I thought that while the sanitizers are written in C++ they don't actually use libcxx.
>
> -Chris
They may not, I don't know. But `clang` tries to link because no `-nostdlib` is provided
Repository:
rL LLVM
https://reviews.llvm.org/D22469
More information about the llvm-commits
mailing list