[all-commits] [llvm/llvm-project] 298a92: [ARM] Create mapping symbols with non-unique names
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Jul 23 09:44:23 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 298a9223a57c50cb0d24b82687ad1bc2f7a022e6
https://github.com/llvm/llvm-project/commit/298a9223a57c50cb0d24b82687ad1bc2f7a022e6
Author: Fangrui Song <i at maskray.me>
Date: 2024-07-23 (Tue, 23 Jul 2024)
Changed paths:
M lld/test/ELF/arm-cmse-implib.s
M llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
M llvm/test/DebugInfo/Symbolize/ELF/arm-mapping-symbol.s
M llvm/test/MC/ARM/CheckDataSymbol.s
M llvm/test/MC/ARM/data-in-code.ll
M llvm/test/MC/ARM/directive-arm-thumb-alignment.s
M llvm/test/MC/ARM/multi-section-mapping.s
M llvm/test/MC/ARM/thumb-function-address.s
M llvm/test/MC/ARM/thumb-types.s
M llvm/test/MC/ARM/thumb_set.s
M llvm/test/MC/ELF/ARM/execute-only-section.s
M llvm/test/tools/llvm-objdump/multiple-symbols.s
Log Message:
-----------
[ARM] Create mapping symbols with non-unique names
Similar to #99836 for AArch64.
Non-unique names save .strtab space and match GNU assembler.
Pull Request: https://github.com/llvm/llvm-project/pull/99906
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