diff options
author | George Rimar <grimar@accesssoftek.com> | 2019-04-24 12:00:09 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2019-04-24 12:00:09 +0000 |
commit | 1ee7bee22408ee17814b9f53eef7617bb780e07b (patch) | |
tree | 15c603482a5b422fc24dc5697cca5a4348faee5e | |
parent | ccf096463a86b4b8f49bf4141c17bf155dcbfe60 (diff) | |
download | bcm5719-llvm-1ee7bee22408ee17814b9f53eef7617bb780e07b.tar.gz bcm5719-llvm-1ee7bee22408ee17814b9f53eef7617bb780e07b.zip |
[LLD][ELD] - Remove excessive lines from test. NFC.
They are not used.
llvm-svn: 359084
-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 |