forked from OSchip/llvm-project
[LLD][ELD] - Remove excessive lines from test. NFC.
They are not used. llvm-svn: 359084
This commit is contained in:
parent
ccf096463a
commit
1ee7bee224
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue