summaryrefslogtreecommitdiffstats
path: root/lld/test/elf/mergeatoms.test
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/elf/mergeatoms.test')
-rw-r--r--lld/test/elf/mergeatoms.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/elf/mergeatoms.test b/lld/test/elf/mergeatoms.test
index 521eb5a12c3..ec83ac2b884 100644
--- a/lld/test/elf/mergeatoms.test
+++ b/lld/test/elf/mergeatoms.test
@@ -1,5 +1,5 @@
# Tests that atoms are merged by testing it with --merge-strings option
-RUN: lld -flavor gnu -target x86_64-linux --merge-strings -o %t1 \
+RUN: lld -flavor old-gnu -target x86_64-linux --merge-strings -o %t1 \
RUN: %p/Inputs/foo.o.x86-64 %p/Inputs/bar.o.x86-64 -e bar1
RUN: llvm-objdump -s %t1 | FileCheck -check-prefix=mergeAtoms %s
OpenPOWER on IntegriCloud