aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/MIR/X86/unrecognized-character.mir
blob: 0849b7155249a79933ba349a8cf997a48ed18f94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# RUN: not llc -mtriple=x86_64 -run-pass none -o /dev/null %s 2>&1 | FileCheck %s

--- |

  define void @foo() {
  entry:
    ret void
  }

...
---
name:            foo
body: |
  bb.0.entry:
    ; CHECK: [[@LINE+1]]:5: unexpected character '\'
    \ RET64
...