[PATCH] D37631: [libFuzzer] Support using libc++
Kostya Serebryany via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 8 10:52:11 PDT 2017
kcc added a comment.
Hm. Shouldn't we build two versions of libFuzzer by default?
(Oh my, this is one more trouble with using STL in a low-level library)
================
Comment at: CMakeLists.txt:143
+option(COMPILER_RT_ENABLE_LIBCXX "Use libc++ if available." OFF)
+if (COMPILER_RT_ENABLE_LIBCXX)
----------------
Why do we need it here?
What other parts of compiler-rt use C++ stdlib?
Repository:
rL LLVM
https://reviews.llvm.org/D37631
More information about the llvm-commits
mailing list