Skip to content

Commit

Permalink
Put this test's input in the Inputs directory where it belongs, rathe…
Browse files Browse the repository at this point in the history
…r 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
  • Loading branch information
zygoloid committed Jan 12, 2015
1 parent ecf84c1 commit 7a95c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added test/LTO/Inputs/invalid.ll.bc
Binary file not shown.
4 changes: 2 additions & 2 deletions test/LTO/invalid.ll
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 7a95c03

Please sign in to comment.