diff options
Diffstat (limited to 'lld/test/elf/ARM/missing-symbol.test')
-rw-r--r-- | lld/test/elf/ARM/missing-symbol.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/elf/ARM/missing-symbol.test b/lld/test/elf/ARM/missing-symbol.test index a4641c32837..a0d3dd51e57 100644 --- a/lld/test/elf/ARM/missing-symbol.test +++ b/lld/test/elf/ARM/missing-symbol.test @@ -1,7 +1,7 @@ # Check that _MISSING_SYMBOL_ symbol is not resolved # RUN: yaml2obj -format=elf %s > %t-o.o -# RUN: lld -flavor gnu -target arm -m armelf_linux_eabi -Bstatic \ +# RUN: lld -flavor old-gnu -target arm -m armelf_linux_eabi -Bstatic \ # RUN: --noinhibit-exec %t-o.o -o %t 2>&1 | FileCheck %s # CHECK: Undefined symbol: {{.*}}: _MISSING_SYMBOL_ |