[all-commits] [llvm/llvm-project] b54337: MC: Enhance mc-dump output
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Jun 29 00:11:48 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b54337d76cc71dc5c807909c679ded74248ac092
https://github.com/llvm/llvm-project/commit/b54337d76cc71dc5c807909c679ded74248ac092
Author: Fangrui Song <i at maskray.me>
Date: 2025-06-29 (Sun, 29 Jun 2025)
Changed paths:
M llvm/include/llvm/MC/MCSection.h
M llvm/lib/MC/MCAssembler.cpp
M llvm/lib/MC/MCFragment.cpp
M llvm/lib/MC/MCSection.cpp
M llvm/test/MC/ELF/mc-dump.s
A llvm/test/MC/RISCV/Relocations/mc-dump.s
Log Message:
-----------
MC: Enhance mc-dump output
* Make pre-layout to -debug-only=mc-dump-pre. This output is not useful
for most debugging needs.
* Print fragment-associated symbols. Make it easier to locate relevant
fragments.
* Print the LinkerRelaxable flag.
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