diff options
Diffstat (limited to 'lld/test/elf/ARM/undef-lazy-symbol.test')
-rw-r--r-- | lld/test/elf/ARM/undef-lazy-symbol.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lld/test/elf/ARM/undef-lazy-symbol.test b/lld/test/elf/ARM/undef-lazy-symbol.test index 194ea7acb4b..361c6482dab 100644 --- a/lld/test/elf/ARM/undef-lazy-symbol.test +++ b/lld/test/elf/ARM/undef-lazy-symbol.test @@ -1,7 +1,7 @@ # Check that _GLOBAL_OFFSET_TABLE_ symbol is resolved # RUN: yaml2obj -format=elf -docnum 1 %s > %t-got.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-got.o -o %t # RUN: llvm-readobj -symbols %t | FileCheck -check-prefix=GOT %s @@ -16,7 +16,7 @@ # Check that __exidx_start/_end symbols are resolved # RUN: yaml2obj -format=elf -docnum 2 %s > %t-exidx.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: --defsym=main=fn --noinhibit-exec %t-exidx.o -o %t # RUN: llvm-readobj -symbols %t | FileCheck -check-prefix=EXIDX %s @@ -40,7 +40,7 @@ # RUN: yaml2obj -format=elf -docnum 1 %s > %t-got.o # RUN: yaml2obj -format=elf -docnum 2 %s > %t-exidx.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-got.o %t-exidx.o -o %t # RUN: llvm-readobj -symbols %t | FileCheck -check-prefix=SYMS %s |