[llvm] [win][arm64ec] More fixes for building and testing Arm64EC Windows (PR #151409)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 30 15:53:56 PDT 2025


efriedma-quic wrote:

LLVM supports unnamed global variables and function; if such a function actually needs a name, we invent one later. (See Mangler::getNameWithPrefix.)  Not really that useful, or frequently used, but it's there.  I guess we can make AArch64Arm64ECCallLowering introduce names if they're necessary.  If you're not going to fix it, please open a bug.

Please split out the available_externally fix, with an appropriate testcase.

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


More information about the llvm-commits mailing list