repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Cortex-M4 schedule additions
[llvm-complete.git]
/
test
/
CodeGen
/
MIR
/
X86
/
invalid-debug-location.mir
blob
60f718ed679c8d19997f69024488a8c724f90792
1
# RUN: not llc -o - %s -run-pass=none 2>&1 | FileCheck %s
2
--- |
3
target triple="x86_64--"
4
define void @func() {
5
unreachable
6
}
7
!0 = !{}
8
...
9
---
10
name: func
11
body: |
12
bb.0:
13
; CHECK: [[@LINE+1]]:27: referenced metadata is not a DILocation
14
NOOP debug-location !0
15
...