[all-commits] [llvm/llvm-project] 4131ff: [SystemZ][HLASM] Emit END instruction
Kai Nacke via All-commits
all-commits at lists.llvm.org
Fri Jun 27 09:36:11 PDT 2025
Branch: refs/heads/users/redstar/hlasmend
Home: https://github.com/llvm/llvm-project
Commit: 4131ffee3ffeb1611f5d1a8a900e98768c68a119
https://github.com/llvm/llvm-project/commit/4131ffee3ffeb1611f5d1a8a900e98768c68a119
Author: Kai Nacke <kai.peter.nacke at ibm.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZHLASMAsmStreamer.cpp
M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZHLASMAsmStreamer.h
M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZTargetStreamer.cpp
M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZTargetStreamer.h
M llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
M llvm/test/CodeGen/SystemZ/zos-hlasm-out.ll
Log Message:
-----------
[SystemZ][HLASM] Emit END instruction
A HLASM source file must end with the END instruction. It is implemented by adding a new function to the target streamer,.
This change also turns SystemZHLASMSAsmString.h into a proper header file, and only uses the SystemZTargetHLASMStreamer when HLASM output is generated.
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