gcc -mcmodel=large can emit @PLTOFF.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D92294
[X86] Support modifier @PLTOFF for R_X86_64_PLTOFF64 ClosedPublic Authored by MaskRay on Nov 29 2020, 9:45 PM.
Details Summary gcc -mcmodel=large can emit @PLTOFF.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 30 2020, 12:28 AM This revision was landed with ongoing or failed builds.Dec 1 2020, 8:39 AM Closed by commit rGf0659c067341: [X86] Support modifier @PLTOFF for R_X86_64_PLTOFF64 (authored by MaskRay). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 308668 llvm/include/llvm/MC/MCExpr.h
llvm/lib/MC/MCExpr.cpp
llvm/lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp
llvm/test/MC/X86/pltoff.s
|