It looks we can get rid of Target::getGotRefReloc() and simplify Target class a little. 
Patch does that.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with a nit.
| ELF/InputSection.cpp | ||
|---|---|---|
| 156 ↗ | (On Diff #41496) | if (Body.isTLS()) Type = Target->getTlsGotReloc(); |