[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


================
@@ -279,7 +279,9 @@ endif()
 
 # Feature options -------------------------------------------------------------
 option(LIBCXX_ENABLE_EXCEPTIONS "Use exceptions." ON)
-option(LIBCXX_ENABLE_RTTI "Use run time type information." ON)
+option(LIBCXX_ENABLE_RTTI
+  "Use run time type information.
+   This option may only be set to OFF when LIBCXX_ENABLE_EXCEPTIONS=OFF." ON)
----------------
mordante wrote:

See #66117 which @ldionne just created.

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


More information about the libcxx-commits mailing list