This causes sections with relative pointers to be marked as read only,
which means that they won't end up sharing pages with writable data.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D64948
IR: Teach Constant::needsRelocation() that relative pointers don't need to be relocated. ClosedPublic Authored by pcc on Jul 18 2019, 1:43 PM.
Details Summary This causes sections with relative pointers to be marked as read only,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 18 2019, 1:49 PM Closed by commit rL366494: IR: Teach Constant::needsRelocation() that relative pointers don't need to be… (authored by pcc). · Explain WhyJul 18 2019, 1:56 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 210665 llvm/trunk/lib/IR/Constants.cpp
llvm/trunk/test/CodeGen/X86/relptr-rodata.ll
|