commit | 87754764199bf7547b5336b35e9a704143c177b7 | [log] [tgz] |
---|---|---|
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Fri Feb 13 01:14:11 2015 +0000 |
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Fri Feb 13 01:14:11 2015 +0000 |
tree | b40337d23c6b3e20d9d164dcc92f23b715622f30 | |
parent | c7363f1147f8d06c34683480b0cb7e24a395a534 [diff] [blame] |
AsmWriter/Bitcode: MDEnumerator llvm-svn: 229004
diff --git a/llvm/test/Assembler/invalid-mdenumerator-missing-name.ll b/llvm/test/Assembler/invalid-mdenumerator-missing-name.ll new file mode 100644 index 0000000..709c6a5 --- /dev/null +++ b/llvm/test/Assembler/invalid-mdenumerator-missing-name.ll
@@ -0,0 +1,4 @@ +; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s + +; CHECK: [[@LINE+1]]:28: error: missing required field 'name' +!0 = !MDEnumerator(value: 7)