diff options
Diffstat (limited to 'lld/test/ELF/eh-frame-dyn-rel.s')
-rw-r--r-- | lld/test/ELF/eh-frame-dyn-rel.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/eh-frame-dyn-rel.s b/lld/test/ELF/eh-frame-dyn-rel.s index a244ac62018..f54e62b5eed 100644 --- a/lld/test/ELF/eh-frame-dyn-rel.s +++ b/lld/test/ELF/eh-frame-dyn-rel.s @@ -1,6 +1,6 @@ // REQUIRES: x86 // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o -// RUN: not ld.lld %t.o %t.o -o %t -shared 2>&1 | FileCheck %s +// RUN: not ld.lld %t.o %t.o -o /dev/null -shared 2>&1 | FileCheck %s // CHECK: can't create dynamic relocation R_X86_64_64 against symbol: foo in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output // CHECK: >>> defined in {{.*}}.o |