blob: 57f3834f29f6c0796ecbe4297d97d8c0b7771925 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# RUN: not llc -start-after branch-folder -stop-after branch-folder -exit-on-error -o /dev/null %s 2>&1 | FileCheck %s
# This test ensures that the machine function errors are reported correctly.
---
name: foo
...
---
# CHECK: redefinition of machine function 'foo'
name: foo
...
|