[libcxx-commits] [libcxx] 008bd84 - [libc++] Remove unused CMake option LIBCXX_DISABLE_MACRO_CONFLICT_WARNINGS (#66249)

via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 13 13:05:43 PDT 2023


Author: Louis Dionne
Date: 2023-09-13T16:05:39-04:00
New Revision: 008bd84625db6a56970ac944cc29944f0321809b

URL: https://github.com/llvm/llvm-project/commit/008bd84625db6a56970ac944cc29944f0321809b
DIFF: https://github.com/llvm/llvm-project/commit/008bd84625db6a56970ac944cc29944f0321809b.diff

LOG: [libc++] Remove unused CMake option LIBCXX_DISABLE_MACRO_CONFLICT_WARNINGS (#66249)

Thanks @Gadal for noticing.

Fixes #63703

Added: 
    

Modified: 
    libcxx/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libcxx/CMakeLists.txt b/libcxx/CMakeLists.txt
index c0f281043c2b494..bb2898b799bcef9 100644
--- a/libcxx/CMakeLists.txt
+++ b/libcxx/CMakeLists.txt
@@ -302,7 +302,6 @@ endif()
 # about #include_next which is used everywhere.
 option(LIBCXX_ENABLE_PEDANTIC "Compile with pedantic enabled." OFF)
 option(LIBCXX_ENABLE_WERROR "Fail and stop if a warning is triggered." OFF)
-option(LIBCXX_DISABLE_MACRO_CONFLICT_WARNINGS "Disable #warnings about conflicting macros." OFF)
 
 option(LIBCXX_GENERATE_COVERAGE "Enable generating code coverage." OFF)
 set(LIBCXX_COVERAGE_LIBRARY "" CACHE STRING


        


More information about the libcxx-commits mailing list