[test] Don't start elf-dump until lld-core is done writing the output.

llvm-svn: 176205
This commit is contained in:
Michael J. Spencer 2013-02-27 20:01:43 +00:00
parent ba8446c80e
commit 2e41976893
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
RUN: lld-core -reader ELF -writer ELF -o %t1 %p/Inputs/phdr.i386 | elf-dump %t1 | FileCheck -check-prefix=ED %s
RUN: lld-core -reader ELF -writer ELF -o %t1 %p/Inputs/phdr.i386
RUN: elf-dump %t1 | FileCheck -check-prefix=ED %s
RUN: lld -core -target x86_64-linux -output=%t1 %p/Inputs/relocs.x86-64 \
RUN: -output-type=static && llvm-objdump -p %t1 \