[all-commits] [llvm/llvm-project] dc1a79: MC: Make save-temp-labels imply UseNamesOnTempLabels
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Jun 29 00:42:30 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dc1a79a9781452ef565115d68fe1315e6b594f01
https://github.com/llvm/llvm-project/commit/dc1a79a9781452ef565115d68fe1315e6b594f01
Author: Fangrui Song <i at maskray.me>
Date: 2025-06-29 (Sun, 29 Jun 2025)
Changed paths:
M llvm/lib/MC/MCContext.cpp
M llvm/test/MC/ELF/mc-dump.s
Log Message:
-----------
MC: Make save-temp-labels imply UseNamesOnTempLabels
UseNamesOnTempLabels was false in MCObjectStreamer. `createTempSymbol`
created symbols were unnamed, making debugging difficult.
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