bylaws added inline comments.
Comment at: llvm/lib/Target/AArch64/AArch64MCInstLower.cpp:59
+
+StringRef Name = Printer.getSymbol(GV)->getName();
+// Don't mangle ARM64EC runtime functions.
This mangling logic is also necessary for dllimported functions,
bylaws added inline comments.
Comment at: llvm/lib/Target/AArch64/AArch64MCInstLower.cpp:59
+
+StringRef Name = Printer.getSymbol(GV)->getName();
+// Don't mangle ARM64EC runtime functions.
bylaws wrote:
> This mangling logic is also necessary for dllimpo