[all-commits] [llvm/llvm-project] f0659c: [X86] Support modifier @PLTOFF for R_X86_64_PLTOFF64
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Dec 1 08:39:22 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f0659c0673417582038aa4a3c13edbfa0abb6b9a
https://github.com/llvm/llvm-project/commit/f0659c0673417582038aa4a3c13edbfa0abb6b9a
Author: Fangrui Song <i at maskray.me>
Date: 2020-12-01 (Tue, 01 Dec 2020)
Changed paths:
M llvm/include/llvm/MC/MCExpr.h
M llvm/lib/MC/MCExpr.cpp
M llvm/lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp
A llvm/test/MC/X86/pltoff.s
Log Message:
-----------
[X86] Support modifier @PLTOFF for R_X86_64_PLTOFF64
`gcc -mcmodel=large` can emit @PLTOFF.
Reviewed By: grimar
Differential Revision: https://reviews.llvm.org/D92294
More information about the All-commits
mailing list