[all-commits] [llvm/llvm-project] 1a5ab3: [SystemZ] Recognize .machine directive in parser.
Jonas Paulsson via All-commits
all-commits at lists.llvm.org
Fri Sep 17 03:08:23 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a5ab3e97c15708a0a9a19b3b0ccee73b0d757aa
https://github.com/llvm/llvm-project/commit/1a5ab3e97c15708a0a9a19b3b0ccee73b0d757aa
Author: Jonas Paulsson <paulsson at linux.vnet.ibm.com>
Date: 2021-09-17 (Fri, 17 Sep 2021)
Changed paths:
M llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
A llvm/lib/Target/SystemZ/SystemZTargetStreamer.h
A llvm/test/MC/SystemZ/machine-directive.s
Log Message:
-----------
[SystemZ] Recognize .machine directive in parser.
The .machine directive can be used in assembly files to specify the ISA for
the instructions following it.
Review: Ulrich Weigand
Differential Revision: https://reviews.llvm.org/D109660
More information about the All-commits
mailing list