mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
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
This commit is contained in:
parent
ecf84c1124
commit
7a95c03b1d
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