[all-commits] [llvm/llvm-project] b26746: [SystemZ] Add support for .reloc assembler directive
Ulrich Weigand via All-commits
all-commits at lists.llvm.org
Fri Jun 25 12:51:42 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b2674670f264e2a80c79cb8bf2186f1ab3b791e6
https://github.com/llvm/llvm-project/commit/b2674670f264e2a80c79cb8bf2186f1ab3b791e6
Author: Ulrich Weigand <ulrich.weigand at de.ibm.com>
Date: 2021-06-25 (Fri, 25 Jun 2021)
Changed paths:
M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp
A llvm/test/MC/SystemZ/reloc-directive.s
Log Message:
-----------
[SystemZ] Add support for .reloc assembler directive
Add support for the .reloc directive along the lines of
other back-ends.
This fixes a regression after https://reviews.llvm.org/D104080
was merged, since that patch presupposed support for .reloc.
More information about the All-commits
mailing list