[libcxxabi] [llvm] [libc++abi] Avoid raw calls to assert() in libc++abi (PR #71121)
    Nick Desaulniers via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Nov  8 17:01:31 PST 2023
    
    
  
================
@@ -19,8 +19,8 @@
 #include "DemangleConfig.h"
 #include "StringViewExtras.h"
 #include "Utility.h"
+#include <__cxxabi_config.h>
----------------
nickdesaulniers wrote:
^ I had been avoiding this change when copying over the internal copy; not sure what harm it has if any, but perhaps worth looking into.
https://github.com/llvm/llvm-project/pull/71121
    
    
More information about the llvm-commits
mailing list