[clang] [lldb] [lldb] Support arm64e C++ vtable pointer signing (PR #187611)

Michael Buch via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 25 08:43:54 PDT 2026


================
@@ -11,6 +11,7 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include "CGCXXABI.h"
----------------
Michael137 wrote:

Did you mean to include `Mangle.h`?

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


More information about the cfe-commits mailing list