projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaf992c
)
[llvm-dwp] Fix the type_units.test since I renamed its inputs as well
author
David Blaikie
<dblaikie@gmail.com>
Sat, 5 Dec 2015 03:11:17 +0000
(
03:11
+0000)
committer
David Blaikie
<dblaikie@gmail.com>
Sat, 5 Dec 2015 03:11:17 +0000
(
03:11
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254830
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/tools/llvm-dwp/X86/type_units.test
patch
|
blob
|
history
diff --git
a/test/tools/llvm-dwp/X86/type_units.test
b/test/tools/llvm-dwp/X86/type_units.test
index 5502ef23d29f13e8a6e34c1841f1509e51180030..c49d60d47bb3b42e7d26ab00760eaf200353f584 100644
(file)
--- a/
test/tools/llvm-dwp/X86/type_units.test
+++ b/
test/tools/llvm-dwp/X86/type_units.test
@@
-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.