[libcxx-commits] [libcxxabi] [libc++abi] Introduce LIBCXXABI_ENABLE_DEMANGLER (PR #72948)

Michael Kenzel via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 21 17:05:08 PST 2023


================
@@ -385,7 +388,7 @@ if (LIBCXXABI_SILENT_TERMINATE)
   add_definitions(-DLIBCXXABI_SILENT_TERMINATE)
 endif()
 
-if (LIBCXXABI_NON_DEMANGLING_TERMINATE)
+if (LIBCXXABI_NON_DEMANGLING_TERMINATE OR NOT LIBCXXABI_ENABLE_DEMANGLER)
----------------
michael-kenzel wrote:

I'd be happy to add this change. But I'm not sure those two options are really independent though. One might want to have a non-demangling terminate yet still have the demangler API available to call in other places?

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


More information about the libcxx-commits mailing list