Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
You can probably split the codegen part in its own. I.E.: This patch can avoid the changes to RelocVisitor.h, AMDGPU.def and AMDGPUELFObjectWriter.cpp . Those can then be an independent patch.
include/llvm/Object/RelocVisitor.h | ||
---|---|---|
146 ↗ | (On Diff #60886) | Why do we treat rel32 same as abs32_lo/hi? |
Comment Actions
Split changes outside of lib/Target/AMDGPU into a new patch: http://reviews.llvm.org/D21443
Comment Actions
This is fine by me, but someone familiar with the backend should give the final approval.