[libcxx-commits] [libcxxabi] [cxxabi] Remove `__cxxabi_config.h` from includes (PR #101972)

via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 5 06:17:12 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxxabi

Author: Dmitry Chestnykh (chestnykh)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/101972.diff


1 Files Affected:

- (modified) libcxxabi/src/demangle/ItaniumDemangle.h (-1) 


``````````diff
diff --git a/libcxxabi/src/demangle/ItaniumDemangle.h b/libcxxabi/src/demangle/ItaniumDemangle.h
index ecc9b1aeb5c6f..352509668eb3f 100644
--- a/libcxxabi/src/demangle/ItaniumDemangle.h
+++ b/libcxxabi/src/demangle/ItaniumDemangle.h
@@ -19,7 +19,6 @@
 #include "DemangleConfig.h"
 #include "StringViewExtras.h"
 #include "Utility.h"
-#include <__cxxabi_config.h>
 #include <algorithm>
 #include <cctype>
 #include <cstdio>

``````````

</details>


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


More information about the libcxx-commits mailing list