[PATCH] D35567: [Sparc] invalid adjustments in TLS_LE/TLS_LDO relocations removed
Fedor Sergeev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 23 12:41:56 PDT 2017
fedor.sergeev added inline comments.
================
Comment at: test/MC/Sparc/sparc-tls-relocations.s:65-66
+
+ ! ???error from llvm-mc on the next asm line???
+ ! add %i0, %i2, %o0, %tldm_add(_ZL4Head)
+
----------------
I was going to add complete asm sequence as generated by clang, but llvm-mc issues "invalid operand" on "@tldm_add", "@tldm_call" and "@tldo_add".
I'm not sure where the problem is, it will go on my TODO list to dig into it and at least file a bug.
I decided to comment these lines, so the rest of relocations get tested.
https://reviews.llvm.org/D35567
More information about the llvm-commits
mailing list