[all-commits] [llvm/llvm-project] 7dfcf4: PowerPC: Separate ELF and XCOFF @ specifiers
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Jun 26 22:24:14 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7dfcf489fd9330e9f2289e8e7ad5c67701866104
https://github.com/llvm/llvm-project/commit/7dfcf489fd9330e9f2289e8e7ad5c67701866104
Author: Fangrui Song <i at maskray.me>
Date: 2025-06-26 (Thu, 26 Jun 2025)
Changed paths:
M llvm/include/llvm/MC/MCAsmInfo.h
M llvm/lib/MC/MCAsmInfo.cpp
M llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
M llvm/test/MC/PowerPC/ppc64-abs-reloc.s
Log Message:
-----------
PowerPC: Separate ELF and XCOFF @ specifiers
`@l` was incorrectly parsed as ELF-specific S_LO. Change it to AIX-specific S_L.
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