mirror of
https://github.com/darlinghq/darling-libcxx.git
synced 2024-11-27 05:40:48 +00:00
Remove CMake hack
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@294116 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dab86778df
commit
1138f041fc
@ -107,15 +107,6 @@ set(LIBCXX_CXX_ABI "default" CACHE STRING
|
||||
set(CXXABIS none default libcxxabi libcxxrt libstdc++ libsupc++ vcruntime)
|
||||
set_property(CACHE LIBCXX_CXX_ABI PROPERTY STRINGS ;${CXXABIS})
|
||||
|
||||
# FIXME: This is a temporary hack to force LLVM buildbots to store
|
||||
# the fixed cache entry instead of the previous cache entry. This is needed
|
||||
# because some LLVM buildbots don't clear their cache. It will be removed
|
||||
# once all LLVM bots have been run.
|
||||
if (LIBCXX_CXX_ABI STREQUAL "")
|
||||
set(LIBCXX_CXX_ABI "default" CACHE STRING
|
||||
"Specify the C++ ABI library to use." FORCE)
|
||||
endif()
|
||||
|
||||
# Setup the default options if LIBCXX_CXX_ABI is not specified.
|
||||
if (LIBCXX_CXX_ABI STREQUAL "default")
|
||||
find_path(
|
||||
|
Loading…
Reference in New Issue
Block a user