16 lines · plain
1# RUN: llc -run-pass none -o - %s | FileCheck %s2# This test ensures that the MIR parser accepts files with llvm IR but3# no machine function body.4 5--- |6 ; CHECK: define i32 @foo()7 define i32 @foo() {8 ret i32 09 }10 11...12---13# CHECK: name: foo14name: foo15...16