diff options
Diffstat (limited to 'lld/test/elf/AArch64/rel-abs16-overflow.test')
-rw-r--r-- | lld/test/elf/AArch64/rel-abs16-overflow.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/elf/AArch64/rel-abs16-overflow.test b/lld/test/elf/AArch64/rel-abs16-overflow.test index f9907ac5c86..06221c902bd 100644 --- a/lld/test/elf/AArch64/rel-abs16-overflow.test +++ b/lld/test/elf/AArch64/rel-abs16-overflow.test @@ -1,6 +1,6 @@ # Check handling of R_AARCH64_ABS16 relocation overflow. # RUN: yaml2obj -format=elf %s > %t-obj -# RUN: not lld -flavor gnu -target arm64 -o %t-exe %t-obj 2>&1 | FileCheck %s +# RUN: not lld -flavor old-gnu -target arm64 -o %t-exe %t-obj 2>&1 | FileCheck %s # CHECK: Relocation out of range in file {{.*}}: reference from data1+0 to data1+0 of type 259 (R_AARCH64_ABS16) |