xref: /aosp_15_r20/external/llvm/test/CodeGen/MIR/Generic/llvmIRMissing.mir (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker# RUN: llc -start-after branch-folder -stop-after branch-folder -o - %s 2>&1 | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker# This test ensures that the MIR parser accepts files without the LLVM IR.
3*9880d681SAndroid Build Coastguard Worker
4*9880d681SAndroid Build Coastguard Worker---
5*9880d681SAndroid Build Coastguard Worker# CHECK: name: foo
6*9880d681SAndroid Build Coastguard Workername: foo
7*9880d681SAndroid Build Coastguard Workerbody: |
8*9880d681SAndroid Build Coastguard Worker  bb.0:
9*9880d681SAndroid Build Coastguard Worker...
10