Adds support for tls TPREL relocations.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lld/test/ELF/hexagon-tls-tprel.s | ||
---|---|---|
34 | // @a and // 0x1 below are redundant. |
lld/test/ELF/hexagon-tls-tprel.s | ||
---|---|---|
1 | 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 | 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 | 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 | ||
---|---|---|
11 ↗ | (On Diff #235893) | Testing relocations with llvm-readobj -r may be better. See https://reviews.llvm.org/rG47e3d3ec0c5607ae3bc6181537c0622080f3af27gg Created D72093 |
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.