Emit an error for an unsupported relocation. Mach-o relocations can't encode the form -SYM + cst.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D58944
[MC][MachO] Emit an error for emitting relocations of the form -SYM + cst ClosedPublic Authored by thegameg on Mar 4 2019, 5:46 PM.
Details Summary Emit an error for an unsupported relocation. Mach-o relocations can't encode the form -SYM + cst.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 6 2019, 10:04 AM Closed by commit rL355527: [MC][MachO] Emit an error for emitting relocations of the form -SYM + cst (authored by thegameg). · Explain WhyMar 6 2019, 10:09 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 189532 llvm/trunk/lib/MC/MachObjectWriter.cpp
|