1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

[llvm-dwp] Fix the type_units.test since I renamed its inputs as well

llvm-svn: 254830
This commit is contained in:
David Blaikie 2015-12-05 03:11:17 +00:00
parent 986cfea13e
commit 55484cdbd7

View File

@ -1,4 +1,4 @@
RUN: llvm-dwp %p/../Inputs/simple/a.dwo %p/../Inputs/simple/b.dwo -o %t
RUN: llvm-dwp %p/../Inputs/type_units/a.dwo %p/../Inputs/type_units/b.dwo -o %t
RUN: llvm-dwarfdump %t | FileCheck %s
FIXME: For some reason, piping straight from llvm-dwp to llvm-dwarfdump doesn't behave well - looks like dwarfdump is reading/closes before dwp has finished.