[PATCH] D16545: [libcxxabi] Enable testing for static libc++abi
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 11 09:34:22 PST 2016
EricWF added inline comments.
================
Comment at: test/CMakeLists.txt:10
@@ -9,2 +9,3 @@
pythonize_bool(LLVM_BUILD_32_BITS)
+pythonize_bool(LIBCXX_ENABLE_SHARED)
pythonize_bool(LIBCXXABI_ENABLE_SHARED)
----------------
This seems wrong for out of tree builds because LIBCXX_ENABLE_SHARED will not be defined and will result in the default "False".
http://reviews.llvm.org/D16545
More information about the cfe-commits
mailing list