diff options
Diffstat (limited to 'lld/test/elf/ARM/defsym.test')
| -rw-r--r-- | lld/test/elf/ARM/defsym.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/elf/ARM/defsym.test b/lld/test/elf/ARM/defsym.test index 89debeb1eb6..7d4fa7fcd4d 100644 --- a/lld/test/elf/ARM/defsym.test +++ b/lld/test/elf/ARM/defsym.test @@ -1,7 +1,7 @@ # Check that defined symbols are present in the generated executable # RUN: yaml2obj -format=elf %s > %t-o.o -# RUN: lld -flavor gnu -target arm-linux-gnu --defsym=main=fn \ +# RUN: lld -flavor old-gnu -target arm-linux-gnu --defsym=main=fn \ # RUN: -Bstatic --noinhibit-exec %t-o.o -o %t # RUN: llvm-readobj -symbols %t | FileCheck %s |

