summaryrefslogtreecommitdiff
path: root/test/ELF/arm-tls-norelax-ie-le.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/arm-tls-norelax-ie-le.s')
-rw-r--r--test/ELF/arm-tls-norelax-ie-le.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/arm-tls-norelax-ie-le.s b/test/ELF/arm-tls-norelax-ie-le.s
index e8c528b401caf..eb96aa0fad575 100644
--- a/test/ELF/arm-tls-norelax-ie-le.s
+++ b/test/ELF/arm-tls-norelax-ie-le.s
@@ -1,7 +1,7 @@
// RUN: llvm-mc -filetype=obj -triple=armv7a-none-linux-gnueabi %p/Inputs/arm-tls-get-addr.s -o %t1
// RUN: ld.lld %t1 --shared -o %t1.so
// RUN: llvm-mc %s -o %t.o -filetype=obj -triple=armv7a-linux-gnueabi
-// RUN: ld.lld %t1.so %t.o -o %t
+// RUN: ld.lld --hash-style=sysv %t1.so %t.o -o %t
// RUN: llvm-objdump -s -triple=armv7a-linux-gnueabi %t | FileCheck %s
// REQUIRES: arm