Put this test's input in the Inputs directory where it belongs, rather than
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 12 Jan 2015 08:50:47 +0000 (08:50 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 12 Jan 2015 08:50:47 +0000 (08:50 +0000)
reusing a file from a different test directory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225621 91177308-0d34-0410-b5e6-96231b3b80d8

test/LTO/Inputs/invalid.ll.bc [new file with mode: 0644]
test/LTO/invalid.ll

diff --git a/test/LTO/Inputs/invalid.ll.bc b/test/LTO/Inputs/invalid.ll.bc
new file mode 100644 (file)
index 0000000..a85c364
Binary files /dev/null and b/test/LTO/Inputs/invalid.ll.bc differ
index 868155dfb134316db2a2d5d14806787a52ccb16e..5b6996d4ad35073f69adcf22e03f0326081fe238 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: not llvm-lto %S/../Bitcode/invalid.ll.bc 2>&1 | FileCheck %s
+; RUN: not llvm-lto %S/Inputs/invalid.ll.bc 2>&1 | FileCheck %s
 
 
-; CHECK: llvm-lto{{.*}}: error loading file '{{.*}}/../Bitcode/invalid.ll.bc': Unknown attribute kind (48)
+; CHECK: llvm-lto{{.*}}: error loading file '{{.*}}/Inputs/invalid.ll.bc': Unknown attribute kind (48)