[all-commits] [llvm/llvm-project] 5760c0: M68, test: Remove CHECK lines for MCAsmStreamer's f...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Jul 4 21:27:39 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5760c064bbe72b57ce8bb5c6f431f0339abac37a
https://github.com/llvm/llvm-project/commit/5760c064bbe72b57ce8bb5c6f431f0339abac37a
Author: Fangrui Song <i at maskray.me>
Date: 2025-07-04 (Fri, 04 Jul 2025)
Changed paths:
M llvm/test/MC/M68k/Control/branch-pc-rel.s
M llvm/test/MC/M68k/Control/bsr.s
M llvm/test/MC/M68k/Control/bsr32.s
M llvm/test/MC/M68k/Control/call-pc-rel.s
M llvm/test/MC/M68k/Relocations/tls.s
M llvm/test/MC/M68k/pc-rel.s
Log Message:
-----------
M68,test: Remove CHECK lines for MCAsmStreamer's fixup output
The fixup output is a debug aid and should not be used to test
target-specific relocation generation implementation. The llvm-mc
-filetype=obj output is what truly matters.
The FIXUP code was likely copied from RISC-V, which has been cleaned up.
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