Update for llvm change.

We no longer use the section names in this test.

llvm-svn: 285754
This commit is contained in:
Rafael Espindola 2016-11-01 21:34:26 +00:00
parent 7909e22c7c
commit e036907c59
2 changed files with 0 additions and 4 deletions

View File

@ -24,10 +24,6 @@
# RUN: not ld.lld %p/Inputs/section-index2.elf -o %t2 2>&1 | \
# RUN: FileCheck --check-prefix=INVALID-SECTION-INDEX-LLD %s
# RUN: not ld.lld %p/Inputs/shstrndx.so -o %t2 2>&1 | \
# RUN: FileCheck --check-prefix=INVALID-SECTION-INDEX %s
# INVALID-SECTION-INDEX: Invalid section index
# RUN: not ld.lld %p/Inputs/multiple-eh-relocs.elf -o %t2 2>&1 | \
# RUN: FileCheck --check-prefix=INVALID-EH-RELOCS %s
# INVALID-EH-RELOCS: multiple relocation sections to .eh_frame are not supported