bolt/deps/llvm-18.1.8/llvm/test/Transforms/BlockExtractor/invalid-line.ll

10 lines
173 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: echo 'foo' > %t
; RUN: not opt -S -passes=extract-blocks -extract-blocks-file=%t %s 2>&1 | FileCheck %s
; CHECK: Invalid line
define void @bar() {
bb:
ret void
}