diff options
Diffstat (limited to 'lld/test/elf/allowduplicates.objtxt')
| -rw-r--r-- | lld/test/elf/allowduplicates.objtxt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lld/test/elf/allowduplicates.objtxt b/lld/test/elf/allowduplicates.objtxt index 15e5cdb95b9..b2f263148b6 100644 --- a/lld/test/elf/allowduplicates.objtxt +++ b/lld/test/elf/allowduplicates.objtxt @@ -1,12 +1,12 @@ -# RUN: lld -flavor gnu -target x86_64 --allow-multiple-definition %s \ +# RUN: lld -flavor old-gnu -target x86_64 --allow-multiple-definition %s \ # RUN: %p/Inputs/allowduplicates.objtxt \ # RUN: --output-filetype=yaml --noinhibit-exec | FileCheck %s # -# RUN: not lld -flavor gnu -target x86_64 %s %p/Inputs/allowduplicates.objtxt \ +# RUN: not lld -flavor old-gnu -target x86_64 %s %p/Inputs/allowduplicates.objtxt \ # RUN: --output-filetype=yaml \ # RUN: --noinhibit-exec 2>&1 | FileCheck -check-prefix=ERROR %s # -# RUN: lld -flavor gnu -target x86_64 -z muldefs %s \ +# RUN: lld -flavor old-gnu -target x86_64 -z muldefs %s \ # RUN: %p/Inputs/allowduplicates.objtxt \ # RUN: --noinhibit-exec --output-filetype=yaml | FileCheck %s |

