diff options
-rw-r--r-- | lld/test/ELF/invalid/invalid-elf.test | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lld/test/ELF/invalid/invalid-elf.test b/lld/test/ELF/invalid/invalid-elf.test index ff19edc2ac8..38e28951255 100644 --- a/lld/test/ELF/invalid/invalid-elf.test +++ b/lld/test/ELF/invalid/invalid-elf.test @@ -1,9 +1,6 @@ -# REQUIRES: x86 # RUN: rm -rf %t && mkdir -p %t -# RUN: llvm-mc %s -o %t/simple.o -filetype=obj -triple x86_64-pc-linux # RUN: echo > %t/empty.o # RUN: llvm-ar --format=gnu cr %t/not-elf.a %t/empty.o - # RUN: not ld.lld --whole-archive %t/not-elf.a -o %t2 2>&1 | \ # RUN: FileCheck --check-prefix=NOT-ELF %s # NOT-ELF: not-elf.a(empty.o): not an ELF file @@ -11,5 +8,3 @@ # RUN: not ld.lld %p/Inputs/binding.elf -o %t2 2>&1 | \ # RUN: FileCheck --check-prefix=INVALID-BINDING %s # INVALID-BINDING: unexpected binding - -.long foo |