16 lines · plain
1# RUN: not llc -o - %s -run-pass=none 2>&1 | FileCheck %s2--- |3 target triple="x86_64--"4 define void @func() {5 unreachable6 }7 !0 = !{}8...9---10name: func11body: |12 bb.0:13 ; CHECK: [[@LINE+1]]:27: referenced metadata is not a DILocation14 NOOP debug-location !015...16