diff options
Diffstat (limited to 'lld/test/elf/AArch64/dynamicvars.test')
| -rw-r--r-- | lld/test/elf/AArch64/dynamicvars.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/elf/AArch64/dynamicvars.test b/lld/test/elf/AArch64/dynamicvars.test index 0b6db63e873..80228f0cd4b 100644 --- a/lld/test/elf/AArch64/dynamicvars.test +++ b/lld/test/elf/AArch64/dynamicvars.test @@ -2,7 +2,7 @@ # values. # RUN: yaml2obj --format elf -docnum 1 %s -o %t.o -# RUN: lld -flavor gnu -target aarch64 -e main %t.o -o %t1 --noinhibit-exec +# RUN: lld -flavor old-gnu -target aarch64 -e main %t.o -o %t1 --noinhibit-exec # RUN: llvm-readobj -sections -symbols %t1 | FileCheck %s |

