[all-commits] [llvm/llvm-project] 279e80: MC: Make mc-dump output compact
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Jun 28 22:32:01 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 279e808b75119173a0b0ab9e4a48091e8dbe8193
https://github.com/llvm/llvm-project/commit/279e808b75119173a0b0ab9e4a48091e8dbe8193
Author: Fangrui Song <i at maskray.me>
Date: 2025-06-28 (Sat, 28 Jun 2025)
Changed paths:
M llvm/lib/MC/MCAssembler.cpp
M llvm/lib/MC/MCFragment.cpp
M llvm/lib/MC/MCSection.cpp
M llvm/test/DebugInfo/X86/debug-line-in-one-fragment.ll
A llvm/test/MC/ELF/mc-dump.s
Log Message:
-----------
MC: Make mc-dump output compact
Remove unneeded details like "<" and ">". Reduce indentation.
Omit `this` address to simplify output comparison.
Add a -debug-only=mc-dump test.
While here, add fixup printing for MCRelaxableFragment.
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