forked from OSchip/llvm-project
Put this test's input in the Inputs directory where it belongs, rather than
reusing a file from a different test directory. llvm-svn: 225621
This commit is contained in:
parent
bba1234849
commit
600ee4ad66
Binary file not shown.
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue