[llvm] [CodeGen][ARM64EC] Mangle EH personality handler names (PR #121652)

Jacek Caban via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 17 12:22:47 PST 2025


================
@@ -12,6 +12,7 @@
 #include "llvm/IR/Constants.h"
 #include "llvm/IR/Function.h"
 #include "llvm/IR/Instructions.h"
+#include "llvm/IR/Mangler.h"
----------------
cjacek wrote:

That `#include` is no longer needed. LGTM otherwise.

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


More information about the llvm-commits mailing list