diff options
Diffstat (limited to 'test/ELF/tls-static.s')
-rw-r--r-- | test/ELF/tls-static.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ELF/tls-static.s b/test/ELF/tls-static.s index 3e1aead01a30..61d504b2e850 100644 --- a/test/ELF/tls-static.s +++ b/test/ELF/tls-static.s @@ -4,7 +4,6 @@ // RUN: ld.lld -static %t -o %tout // RUN: ld.lld %t -o %tout // RUN: ld.lld -shared %tso -o %tshared -// RUN: ld.lld -static %t %tshared -o %tout .global _start _start: |