mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
11 lines
288 B
Plaintext
11 lines
288 B
Plaintext
|
# RUN: not llc -start-after branch-folder -stop-after branch-folder -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
|
||
|
...
|