64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
11 lines
250 B
YAML
11 lines
250 B
YAML
# RUN: not llc -run-pass none -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
|
|
...
|