From cd86c9791c73e663993a965b628c92a11b43460e Mon Sep 17 00:00:00 2001 From: Alexander Kornienko Date: Mon, 3 Aug 2015 11:59:45 +0000 Subject: 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 --- llvm/test/DebugInfo/Inputs/fat-test.o | Bin 0 -> 5000 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 llvm/test/DebugInfo/Inputs/fat-test.o (limited to 'llvm/test/DebugInfo/Inputs') 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 Binary files /dev/null and b/llvm/test/DebugInfo/Inputs/fat-test.o differ -- cgit v1.2.3