blob: 4ac5202527d2f4e79ac11806c649fd75d5542ee2 [file] [log] [blame]
# RUN: not llc -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
# This test ensures that the MIR parser detects errors when parsing machine
# metadata.
--- |
define i32 @t0() {
ret i32 0
}
...
---
name: t0
machineMetadataNodes:
- '! = distinct !{!9, !7, !"Dst"}'
...
# CHECK: [[@LINE-2]]:8: expected metadata id after '!'