mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-13 19:24:21 +00:00
[libc++] Remove CMake workaround for the discontinued Projects build
Differential Revision: https://reviews.llvm.org/D138801
This commit is contained in:
parent
b95379d20e
commit
609b95cea1
@ -494,12 +494,6 @@ endif()
|
||||
|
||||
include(HandleLibCXXABI) # Setup the ABI library flags
|
||||
|
||||
# Remove flags that may have snuck in.
|
||||
# TODO: This shouldn't be necessary anymore since we don't support the Project
|
||||
# build anymore, so the rest of LLVM can't pollute our flags.
|
||||
remove_flags(-DNDEBUG -UNDEBUG -D_DEBUG -lc++abi)
|
||||
remove_flags(--stdlib=libc++ -stdlib=libc++ --stdlib=libstdc++ -stdlib=libstdc++)
|
||||
|
||||
# FIXME: Remove all debug flags and flags that change which Windows
|
||||
# default libraries are linked. Currently we only support linking the
|
||||
# non-debug DLLs
|
||||
|
Loading…
Reference in New Issue
Block a user