[all-commits] [llvm/llvm-project] 56600c: MCAsmInfo: replace HLASM-specific variables with I...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Dec 24 18:38:11 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56600c11add12aababdd313c43650facf2a0338f
https://github.com/llvm/llvm-project/commit/56600c11add12aababdd313c43650facf2a0338f
Author: Fangrui Song <i at maskray.me>
Date: 2024-12-24 (Tue, 24 Dec 2024)
Changed paths:
M llvm/include/llvm/MC/MCAsmInfo.h
M llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
M llvm/lib/MC/MCParser/AsmLexer.cpp
M llvm/lib/MC/MCParser/AsmParser.cpp
M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
Log Message:
-----------
MCAsmInfo: replace HLASM-specific variables with IsHLASM
HLASM is very different from the gas syntax. We don't expect other
targets to customize the differences. Unify the numerous variables.
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