Fix for PR33096.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/ELF/lto/relocation-model-pic.ll | ||
---|---|---|
3–6 ↗ | (On Diff #99650) | can't this be a separate input in living in Inputs/ ? |
test/ELF/lto/relocation-model-pic.ll | ||
---|---|---|
3–6 ↗ | (On Diff #99650) | It can, but then the reader has to go and find this other file to understand what's going on in the test... |
ELF/LTO.cpp | ||
---|---|---|
76–82 | I'll leave the final decision to @ruiu, but I feel if () [...] else if() [...] else() would be more readable in this case. | |
test/ELF/lto/relocation-model-pic.ll | ||
3–6 ↗ | (On Diff #99650) | Not necessarily, but this is generally what's done elsewhere in lld, so I'd keep it like that for consistency. |
ELF/LTO.cpp | ||
---|---|---|
76–82 | I was about to say the same. :) |
I'll leave the final decision to @ruiu, but I feel
would be more readable in this case.
Not strong about this one either :)