[libcxx-commits] [libcxx] [libc++][CI] Tests the no RTTI configuration. (PR #65518)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 12 11:59:34 PDT 2023


================
@@ -370,6 +372,11 @@ if (LIBCXX_HAS_PTHREAD_API)
   endif()
 endif()
 
+if (NOT LIBCXX_ENABLE_RTTI AND LIBCXX_ENABLE_EXCEPTIONS)
+  message(FATAL_ERROR "The option LIBCXX_ENABLE_RTTI can not be turned off"
----------------
mordante wrote:

Thanks for the great summary @ldionne .

https://github.com/llvm/llvm-project/pull/65518


More information about the libcxx-commits mailing list