brintos

brintos / llvm-project-archived public Read only

0
0
Text · 335 B · 4ac5202 Raw
16 lines · plain
1# RUN: not llc -run-pass none -o /dev/null %s 2>&1 | FileCheck %s2# This test ensures that the MIR parser detects errors when parsing machine3# metadata.4 5--- |6  define i32 @t0() {7    ret i32 08  }9...10---11name: t012machineMetadataNodes:13  - '! = distinct !{!9, !7, !"Dst"}'14...15# CHECK: [[@LINE-2]]:8: expected metadata id after '!'16