Adds support for the '@got' relocations.
Details
Diff Detail
- Repository
- rLLD LLVM Linker
Event Timeline
test/ELF/ppc64-got-off.s | ||
---|---|---|
8 | The file seems to mix tabs and spaces. |
test/ELF/ppc64-got-off.s | ||
---|---|---|
8 | Do you mean the 8-spacing on the directives vs the 4 spacing on the instructions? Thats how I typically write in assembly. I don't mind cleaning that up to a consistent spacing for all though. |
LGTM
test/ELF/ppc64-got-off.s | ||
---|---|---|
8 | I don't mind too much about coding style of test assembly files, so this is fine. If we want to enforce some formatting, we probably should reformat all the existing assembly files in this directory, but that's probably an unwanted churn. |
The file seems to mix tabs and spaces.