Adds support for tls TPREL relocations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lld/test/ELF/hexagon-tls-tprel.s | ||
---|---|---|
33 ↗ | (On Diff #232363) | // @a and // 0x1 below are redundant. |
lld/test/ELF/hexagon-tls-tprel.s | ||
---|---|---|
1 ↗ | (On Diff #232836) | Maybe rename this test to hexagon-tls-le.s (See ppc32-tls-le.s) Basically, I want the 4 TLS model tests to be named -le -ie` -ld and -gd. |
lld/test/ELF/hexagon-tls-tprel.s | ||
---|---|---|
41 ↗ | (On Diff #232836) | Don't simply copy clang output. Directives like .type b,@object should be deleted. The symbol a b etc are of type STT_TYPE, not STT_OBJECT. The directives used here are just confusing. |
41 ↗ | (On Diff #232836) | Directives like .type b,@object should be deleted. The symbol a b etc are of type STT_TLS, not STT_OBJECT. The directives used here are just confusing. |
lld/test/ELF/hexagon-tls-le.s | ||
---|---|---|
12 | Testing relocations with llvm-readobj -r may be better. See https://reviews.llvm.org/rG47e3d3ec0c5607ae3bc6181537c0622080f3af27gg Created D72093 |
Testing relocations with llvm-readobj -r may be better. See https://reviews.llvm.org/rG47e3d3ec0c5607ae3bc6181537c0622080f3af27gg
Created D72093