mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
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
733f9ecf39
commit
57a4ba2da9
BIN
test/LTO/Inputs/invalid.ll.bc
Normal file
BIN
test/LTO/Inputs/invalid.ll.bc
Normal file
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
Block a user