diff options
Diffstat (limited to 'lld/test/elf/ARM/rel-ifunc.test')
-rw-r--r-- | lld/test/elf/ARM/rel-ifunc.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/elf/ARM/rel-ifunc.test b/lld/test/elf/ARM/rel-ifunc.test index 19461906c53..7044534af1e 100644 --- a/lld/test/elf/ARM/rel-ifunc.test +++ b/lld/test/elf/ARM/rel-ifunc.test @@ -1,6 +1,6 @@ # Check handling of IFUNC (gnu_indirect_function). # 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: %t-o.o -o %t # RUN: llvm-objdump -s -t %t | FileCheck %s |