[llvm] 1aadd47 - Remove #include that the cp-to-llvm script added.
Richard Smith via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 20 12:43:44 PDT 2023
Author: Richard Smith
Date: 2023-09-20T12:42:34-07:00
New Revision: 1aadd4766e97b80ba8e907e26603150c1238cf35
URL: https://github.com/llvm/llvm-project/commit/1aadd4766e97b80ba8e907e26603150c1238cf35
DIFF: https://github.com/llvm/llvm-project/commit/1aadd4766e97b80ba8e907e26603150c1238cf35.diff
LOG: Remove #include that the cp-to-llvm script added.
This is a short-term fix to make the buildbots happy. We should also fix
the script.
Added:
Modified:
llvm/include/llvm/Demangle/ItaniumDemangle.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Demangle/ItaniumDemangle.h b/llvm/include/llvm/Demangle/ItaniumDemangle.h
index fde2085e2608941..52105bfeca5b737 100644
--- a/llvm/include/llvm/Demangle/ItaniumDemangle.h
+++ b/llvm/include/llvm/Demangle/ItaniumDemangle.h
@@ -19,7 +19,6 @@
#include "DemangleConfig.h"
#include "StringViewExtras.h"
#include "Utility.h"
-#include <__cxxabi_config.h>
#include <algorithm>
#include <cassert>
#include <cctype>
More information about the llvm-commits
mailing list