[PATCH] D55342: [RISCV, WIP] Support assembling %tls_{ie, gd}_pcrel_hi modifiers
Lewis Revill via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 13 12:08:21 PST 2018
lewis-revill updated this revision to Diff 178111.
lewis-revill added a comment.
Rebased with updated dependencies. Renamed `ie_hi` to `got_hi` to match relocation, and rearrange to be adjacent to `gd_hi` in most files. Added tests to relocations.s, and ensured that fixups evaluate correctly.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55342/new/
https://reviews.llvm.org/D55342
Files:
lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h
lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp
lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h
lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp
lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.h
test/MC/RISCV/relocations.s
test/MC/RISCV/rv32i-invalid.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55342.178111.patch
Type: text/x-patch
Size: 12709 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181213/329db40e/attachment.bin>
More information about the llvm-commits
mailing list