[llvm] Workaround MSVC Linker Issue when Cross-Compiling for ARM64EC (PR #143659)

Jiachen Yuan via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 11 10:06:19 PDT 2025


================
@@ -4729,6 +4729,8 @@ AsmPrinter::getCodeViewJumpTableInfo(int JTI, const MachineInstr *BranchInstr,
                          codeview::JumpTableEntrySize::Int32);
 }
 
+static const std::string HPSuffix = ("$" + HybridPatchableTargetSuffix).str();
----------------
JiachenYuan wrote:

It works. Thanks, I have adjusted accordingly.

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


More information about the llvm-commits mailing list