Don't use test inputs from other directories.
authorAlexander Kornienko <alexfh@google.com>
Mon, 3 Aug 2015 11:59:45 +0000 (11:59 +0000)
committerAlexander Kornienko <alexfh@google.com>
Mon, 3 Aug 2015 11:59:45 +0000 (11:59 +0000)
commitcd86c9791c73e663993a965b628c92a11b43460e
tree44d1797e2eb82aa080fb952fa25dda20c92ded41
parentcf452e55019f09097b9e59fda820375ed6bbd776
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 [new file with mode: 0644]
llvm/test/DebugInfo/dwarfdump-macho-universal.test