summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2015-08-03 11:59:45 +0000
committerAlexander Kornienko <alexfh@google.com>2015-08-03 11:59:45 +0000
commitcd86c9791c73e663993a965b628c92a11b43460e (patch)
tree44d1797e2eb82aa080fb952fa25dda20c92ded41 /llvm/test
parentcf452e55019f09097b9e59fda820375ed6bbd776 (diff)
downloadbcm5719-llvm-cd86c9791c73e663993a965b628c92a11b43460e.tar.gz
bcm5719-llvm-cd86c9791c73e663993a965b628c92a11b43460e.zip
Don't use test inputs from other directories.
The test/DebugInfo/dwarfdump-macho-universal.test test added in r243862 uses an input from another test's directory (test/tools/dsymutil/Inputs/fat-test.o) which breaks our test setup. Copying the required test input to the test's Input directory to fix the issue. llvm-svn: 243872
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/DebugInfo/Inputs/fat-test.obin0 -> 5000 bytes
-rw-r--r--llvm/test/DebugInfo/dwarfdump-macho-universal.test2
2 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/Inputs/fat-test.o b/llvm/test/DebugInfo/Inputs/fat-test.o
new file mode 100644
index 00000000000..8159cc74977
--- /dev/null
+++ b/llvm/test/DebugInfo/Inputs/fat-test.o
Binary files differ
diff --git a/llvm/test/DebugInfo/dwarfdump-macho-universal.test b/llvm/test/DebugInfo/dwarfdump-macho-universal.test
index f8dc1921e72..0b4777317d7 100644
--- a/llvm/test/DebugInfo/dwarfdump-macho-universal.test
+++ b/llvm/test/DebugInfo/dwarfdump-macho-universal.test
@@ -1,5 +1,5 @@
Reuse a test input from llvm-dsymutil, it's perfect for what we want to exercise
-RUN: llvm-dwarfdump %S/../tools/dsymutil/Inputs/fat-test.o -debug-dump=info | FileCheck %s
+RUN: llvm-dwarfdump %S/Inputs/fat-test.o -debug-dump=info | FileCheck %s
CHECK: fat-test.o (x86_64): file format Mach-O 64-bit x86-64
CHECK: DW_TAG_variable
OpenPOWER on IntegriCloud