summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2015-12-05 03:11:17 +0000
committerDavid Blaikie <dblaikie@gmail.com>2015-12-05 03:11:17 +0000
commit45d85c0906b43492aacb9b184332c467b2843c8c (patch)
tree73372d7921537603a10c19ae816b18f18132a1ec /llvm/test/tools
parentef9de01d9f975e78958fba38456012cd35069a01 (diff)
downloadbcm5719-llvm-45d85c0906b43492aacb9b184332c467b2843c8c.tar.gz
bcm5719-llvm-45d85c0906b43492aacb9b184332c467b2843c8c.zip
[llvm-dwp] Fix the type_units.test since I renamed its inputs as well
llvm-svn: 254830
Diffstat (limited to 'llvm/test/tools')
-rw-r--r--llvm/test/tools/llvm-dwp/X86/type_units.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-dwp/X86/type_units.test b/llvm/test/tools/llvm-dwp/X86/type_units.test
index 5502ef23d29..c49d60d47bb 100644
--- a/llvm/test/tools/llvm-dwp/X86/type_units.test
+++ b/llvm/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.
OpenPOWER on IntegriCloud