mirror of
https://github.com/termux/termux-packages.git
synced 2025-11-07 14:05:30 +00:00
16 lines
472 B
Diff
16 lines
472 B
Diff
diff --git a/llvm/include/llvm/Demangle/ItaniumDemangle.h b/llvm/include/llvm/Demangle/ItaniumDemangle.h
|
|
index a398e778b037a..5953a7f8c6135 100644
|
|
--- a/llvm/include/llvm/Demangle/ItaniumDemangle.h
|
|
+++ b/llvm/include/llvm/Demangle/ItaniumDemangle.h
|
|
@@ -1725,6 +1725,10 @@ public:
|
|
}
|
|
};
|
|
|
|
+#ifdef SS
|
|
+#undef SS
|
|
+#endif
|
|
+
|
|
inline ExpandedSpecialSubstitution::ExpandedSpecialSubstitution(
|
|
SpecialSubstitution const *SS)
|
|
: ExpandedSpecialSubstitution(SS->SSK) {}
|