[all-commits] [llvm/llvm-project] 7c2640: [LLD][COFF] Clarify EC vs. native symbols in diagn...
Jacek Caban via All-commits
all-commits at lists.llvm.org
Sat Mar 15 13:15:30 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c26407a20b568ff13068e3ef9108f75e53e3247
https://github.com/llvm/llvm-project/commit/7c26407a20b568ff13068e3ef9108f75e53e3247
Author: Jacek Caban <jacek at codeweavers.com>
Date: 2025-03-15 (Sat, 15 Mar 2025)
Changed paths:
M lld/COFF/InputFiles.cpp
M lld/COFF/SymbolTable.cpp
M lld/COFF/SymbolTable.h
M lld/COFF/Symbols.cpp
M lld/COFF/Symbols.h
M lld/COFF/Writer.cpp
M lld/test/COFF/arm64x-altnames.s
M lld/test/COFF/arm64x-incl.s
M lld/test/COFF/arm64x-symtab.s
M lld/test/COFF/locally-imported-arm64x.s
Log Message:
-----------
[LLD][COFF] Clarify EC vs. native symbols in diagnostics on ARM64X (#130857)
On ARM64X, symbol names alone are ambiguous as they may refer to either
a native or an EC symbol. Append '(EC symbol)' or '(native symbol)' in
diagnostic messages to distinguish them.
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