repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
BlockExtractor
/
invalid-line.ll
blob
f0a4231660d75c68195c94ab5c077d4f3c5b4c1e
1
; RUN: echo 'foo' > %t
2
; RUN: not --crash opt -S -extract-blocks -extract-blocks-file=%t %s 2>&1 | FileCheck %s
3
4
; CHECK: Invalid line
5
define void @bar() {
6
bb:
7
ret void
8
}
9