[libcxx-commits] [PATCH] D138801: [libc++] Remove CMake workaround for the discontinued Projects build
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 28 08:11:25 PST 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG609b95cea16e: [libc++] Remove CMake workaround for the discontinued Projects build (authored by ldionne).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138801/new/
https://reviews.llvm.org/D138801
Files:
libcxx/CMakeLists.txt
Index: libcxx/CMakeLists.txt
===================================================================
--- libcxx/CMakeLists.txt
+++ libcxx/CMakeLists.txt
@@ -494,12 +494,6 @@
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138801.478248.patch
Type: text/x-patch
Size: 713 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221128/15234b0b/attachment.bin>
More information about the libcxx-commits
mailing list