diff options
Diffstat (limited to 'lld/test/ELF/i386-debug-noabs.test')
-rw-r--r-- | lld/test/ELF/i386-debug-noabs.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/i386-debug-noabs.test b/lld/test/ELF/i386-debug-noabs.test index c0eb4d9562d..dbc7a57f8f7 100644 --- a/lld/test/ELF/i386-debug-noabs.test +++ b/lld/test/ELF/i386-debug-noabs.test @@ -1,7 +1,7 @@ # REQUIRES: x86 # RUN: yaml2obj %s -o %t.o -# RUN: ld.lld %t.o -o %t.exe --entry 0 --fatal-warnings +# RUN: ld.lld %t.o -o /dev/null --entry 0 --fatal-warnings ## This is for https://bugs.llvm.org//show_bug.cgi?id=34852. GCC 8.0 or ## earlier have a bug which creates non-absolute R_386_GOTPC relocations |