diff options
Diffstat (limited to 'lld/test/elf/mergeconstants.test')
-rw-r--r-- | lld/test/elf/mergeconstants.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/elf/mergeconstants.test b/lld/test/elf/mergeconstants.test index 09a4ca2f6ca..719ae8a8b24 100644 --- a/lld/test/elf/mergeconstants.test +++ b/lld/test/elf/mergeconstants.test @@ -1,5 +1,5 @@ # The test checks for mergeable strings that appear in the object file -RUN: lld -flavor gnu --merge-strings --output-filetype=yaml -target x86_64 \ +RUN: lld -flavor old-gnu --merge-strings --output-filetype=yaml -target x86_64 \ RUN: %p/Inputs/constants-merge.x86-64 --noinhibit-exec \ RUN: | FileCheck -check-prefix=mergeAtoms %s |