[all-commits] [llvm/llvm-project] 625bfb: Workaround MSVC Linker Issue when Cross-Compiling ...
Jiachen Yuan via All-commits
all-commits at lists.llvm.org
Wed Jun 11 14:24:03 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 625bfb7179ad1acab2aba1023095826628275a60
https://github.com/llvm/llvm-project/commit/625bfb7179ad1acab2aba1023095826628275a60
Author: Jiachen Yuan <jiacheny at nvidia.com>
Date: 2025-06-11 (Wed, 11 Jun 2025)
Changed paths:
M llvm/include/llvm/IR/Mangler.h
Log Message:
-----------
Workaround MSVC Linker Issue when Cross-Compiling for ARM64EC (#143659)
This MR presents a temporary workaround for the issue described at
https://github.com/llvm/llvm-project/issues/143575. While an [upstream
MSVC
bug](https://developercommunity.visualstudio.com/t/MSVC-Linker-Issue-When-Cross-Compiling-L/10920141)
is reported, it makes sense to apply a workaround in LLVM code to
quickly unblock anyone affected.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list