From: Richard Smith Date: Mon, 12 Jan 2015 08:50:47 +0000 (+0000) Subject: Put this test's input in the Inputs directory where it belongs, rather than X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7a95c03b1d2ebd9a0d5aa86823a2216346a7f0f5;p=oota-llvm.git Put this test's input in the Inputs directory where it belongs, rather than 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 --- diff --git a/test/LTO/Inputs/invalid.ll.bc b/test/LTO/Inputs/invalid.ll.bc new file mode 100644 index 00000000000..a85c3644b3a Binary files /dev/null and b/test/LTO/Inputs/invalid.ll.bc differ diff --git a/test/LTO/invalid.ll b/test/LTO/invalid.ll index 868155dfb13..5b6996d4ad3 100644 --- a/test/LTO/invalid.ll +++ b/test/LTO/invalid.ll @@ -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)