I'm not sure whether the if (GV) is needed; I'm just following the
code above which is checking the same thing. No tests fail when I remove
both if (GV) checks.
Rafael, any ideas?
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
The !GV case is for symbols defined in inline assembly.
Now that I think of it, we should probably drop it for now. It will
be clear when adding inline assembly.
Cheers,
Rafael
Comment Actions
LGTM with nit.
test/ELF/lto/Inputs/tls-mixed.s | ||
---|---|---|
3 ↗ | (On Diff #50088) | Why do you need the alignment? |