summaryrefslogtreecommitdiffstats
path: root/lld/test/elf/tlsAddr.test
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/elf/tlsAddr.test')
-rw-r--r--lld/test/elf/tlsAddr.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/elf/tlsAddr.test b/lld/test/elf/tlsAddr.test
index 6bc5e3e9bf7..bcb089c504e 100644
--- a/lld/test/elf/tlsAddr.test
+++ b/lld/test/elf/tlsAddr.test
@@ -1,6 +1,6 @@
# This tests verifies that TLS variables have correct offsets
# and that TBSS doesn't occupy memory
-RUN: lld -flavor gnu -target x86_64-linux %p/Inputs/tlsAddr.x86-64 -static \
+RUN: lld -flavor old-gnu -target x86_64-linux %p/Inputs/tlsAddr.x86-64 -static \
RUN: -o %t --noinhibit-exec
RUN: llvm-objdump -section-headers %t | FileCheck -check-prefix=CHECKADDR %s
OpenPOWER on IntegriCloud