The Linux kernel uses PC-relative mode, so allow that when the code model is
"kernel".
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D60643
[X86] Use PC-relative mode for the kernel code model ClosedPublic Authored by void on Apr 12 2019, 6:18 PM.
Details Summary The Linux kernel uses PC-relative mode, so allow that when the code model is
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Apr 13 2019, 9:55 AM Closed by commit rL358343: [X86] Use PC-relative mode for the kernel code model (authored by void). · Explain WhyApr 13 2019, 2:42 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 195040 llvm/trunk/lib/Target/X86/X86ISelDAGToDAG.cpp
llvm/trunk/test/CodeGen/X86/codemodel.ll
llvm/trunk/unittests/Support/VirtualFileSystemTest.cpp
|