[libcxx] r250471 - Quickly fix bad commit
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 15 15:51:51 PDT 2015
Author: ericwf
Date: Thu Oct 15 17:51:50 2015
New Revision: 250471
URL: http://llvm.org/viewvc/llvm-project?rev=250471&view=rev
Log:
Quickly fix bad commit
Modified:
libcxx/trunk/CMakeLists.txt
Modified: libcxx/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/CMakeLists.txt?rev=250471&r1=250470&r2=250471&view=diff
==============================================================================
--- libcxx/trunk/CMakeLists.txt (original)
+++ libcxx/trunk/CMakeLists.txt Thu Oct 15 17:51:50 2015
@@ -80,9 +80,10 @@ if (LLVM_HAVE_LINK_VERSION_SCRIPT AND NO
set(ENABLE_LINKER_SCRIPT_DEFAULT_VALUE ON)
endif()
+#FIXME(EricWF)
option(LIBCXX_ENABLE_ABI_LINKER_SCRIPT
"Use and install a linker script for the given ABI library"
- ${ENABLE_LINKER_SCRIPT_DEFAULT_VALUE})
+ OFF) #${ENABLE_LINKER_SCRIPT_DEFAULT_VALUE})
# Build libc++abi with libunwind. We need this option to determine whether to
# link with libunwind or libgcc_s while running the test cases.
More information about the cfe-commits
mailing list