llvm-for-llvmta/test/Transforms/BlockExtractor/invalid-line.ll
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

10 lines
174 B
LLVM

; RUN: echo 'foo' > %t
; RUN: not --crash opt -S -extract-blocks -extract-blocks-file=%t %s 2>&1 | FileCheck %s
; CHECK: Invalid line
define void @bar() {
bb:
ret void
}