Simplify test. NFC.

llvm-svn: 263241
This commit is contained in:
Rafael Espindola 2016-03-11 14:46:41 +00:00
parent 5761042db7
commit 03f306c7c5
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1.o
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %p/Inputs/relocatable-ehframe.s -o %t2.o
# RUN: ld.lld -r %t1.o %t2.o -o %t
# RUN: llvm-readobj -file-headers -sections -program-headers -symbols -r %t | FileCheck %s
# RUN: llvm-objdump -s -d %t | FileCheck -check-prefix=CHECKTEXT %s
# RUN: llvm-readobj -r %t | FileCheck %s
# RUN: llvm-objdump -s %t | FileCheck -check-prefix=CHECKTEXT %s
# CHECK: Relocations [
# CHECK-NEXT: Section {{.*}} .rela.eh_frame {