We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f67f6 commit 2031939Copy full SHA for 2031939
llvm/test/MC/X86/tls.s
@@ -18,16 +18,12 @@
18
.type tls0,@object
19
.section .tbss,"awT",@nobits
20
.globl tls0
21
-.align 4
22
tls0:
23
.long 0
24
-.size tls0, 4
25
.type tls1,@object
26
.globl tls1
27
28
tls1:
29
30
-.size tls1, 4
31
.section .text
32
.globl _start
33
_start:
@@ -37,4 +33,5 @@ _start:
37
movq tls1@GOTTPOFF(%rip), %r16
38
34
addq tls0@GOTTPOFF(%rip), %r16
39
35
addq tls0@GOTTPOFF(%rip), %r28
40
- addq tls1@GOTTPOFF(%rip), %r16
36
+ addq tls1@GOTTPOFF(%rip), %r16
+
0 commit comments