invalid-function.ll 181 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 ; RUN: echo 'foo bb' > %t ; RUN: not --crash opt -S -extract-blocks -extract-blocks-file=%t %s 2>&1 | FileCheck %s ; CHECK: Invalid function define void @bar() { bb: ret void }