Quickly fix bad commit
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@250471 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -80,9 +80,10 @@ if (LLVM_HAVE_LINK_VERSION_SCRIPT AND NOT LIBCXX_ENABLE_STATIC_ABI_LIBRARY)
|
|||||||
set(ENABLE_LINKER_SCRIPT_DEFAULT_VALUE ON)
|
set(ENABLE_LINKER_SCRIPT_DEFAULT_VALUE ON)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
#FIXME(EricWF)
|
||||||
option(LIBCXX_ENABLE_ABI_LINKER_SCRIPT
|
option(LIBCXX_ENABLE_ABI_LINKER_SCRIPT
|
||||||
"Use and install a linker script for the given ABI library"
|
"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
|
# Build libc++abi with libunwind. We need this option to determine whether to
|
||||||
# link with libunwind or libgcc_s while running the test cases.
|
# link with libunwind or libgcc_s while running the test cases.
|
||||||
|
|||||||
Reference in New Issue
Block a user