diff options
Diffstat (limited to 'lld/test/ELF/arm-thumb-interwork-thunk-range.s')
-rw-r--r-- | lld/test/ELF/arm-thumb-interwork-thunk-range.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/arm-thumb-interwork-thunk-range.s b/lld/test/ELF/arm-thumb-interwork-thunk-range.s index db674f4d5f7..d59ee115992 100644 --- a/lld/test/ELF/arm-thumb-interwork-thunk-range.s +++ b/lld/test/ELF/arm-thumb-interwork-thunk-range.s @@ -1,6 +1,6 @@ // REQUIRES: arm // RUN: llvm-mc -filetype=obj -triple=armv7a-none-linux-gnueabi %s -o %t.o -// RUN: ld.lld %t.o -o %t -image-base=0x80000000 +// RUN: ld.lld %t.o -o /dev/null -image-base=0x80000000 // Test that when the thunk is at a high address we don't get confused with it // being out of range. |