aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/invalid-mdtemplatevalueparameter-missing-type.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/invalid-mdtemplatevalueparameter-missing-type.ll')
-rw-r--r--test/Assembler/invalid-mdtemplatevalueparameter-missing-type.ll5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/Assembler/invalid-mdtemplatevalueparameter-missing-type.ll b/test/Assembler/invalid-mdtemplatevalueparameter-missing-type.ll
deleted file mode 100644
index 8ea3acc..0000000
--- a/test/Assembler/invalid-mdtemplatevalueparameter-missing-type.ll
+++ /dev/null
@@ -1,5 +0,0 @@
-; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
-
-; CHECK: [[@LINE+2]]:44: error: missing required field 'type'
-!0 = !MDTemplateValueParameter(tag: DW_TAG_template_value_parameter,
- value: i32 7)