Duncan P. N. Exon Smith | 0033461 | 2015-01-22 21:36:45 +0000 | [diff] [blame] | 1 | ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s |
2 | !named = !{!0} | ||||
3 | |||||
Duncan P. N. Exon Smith | 13d5c58 | 2016-04-06 02:06:40 +0000 | [diff] [blame] | 4 | ; CHECK: [[@LINE+1]]:13: error: use of undefined metadata '!1' |
Duncan P. N. Exon Smith | 0033461 | 2015-01-22 21:36:45 +0000 | [diff] [blame] | 5 | !0 = !{!0, !1} |