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---
10name: func
11body: |
12 bb.0:
13 ; CHECK: [[@LINE+1]]:27: referenced metadata is not a DILocation
14 NOOP debug-location !0
15...
16