Duncan P. N. Exon Smith | 8921bbc | 2015-02-13 01:34:32 +0000 | [diff] [blame] | 1 | ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s |
2 | |||||
Duncan P. N. Exon Smith | eac950e | 2015-02-19 00:37:21 +0000 | [diff] [blame] | 3 | ; CHECK: [[@LINE+2]]:41: error: missing required field 'value' |
Duncan P. N. Exon Smith | e56023a | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 4 | !0 = !DITemplateValueParameter(tag: DW_TAG_template_value_parameter, |
Duncan P. N. Exon Smith | eac950e | 2015-02-19 00:37:21 +0000 | [diff] [blame] | 5 | type: !{}) |