Adrian Prantl | 39bb84a | 2016-03-31 23:56:58 +0000 | [diff] [blame] | 1 | ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s |
2 | |||||
3 | !llvm.dbg.cu = !{!0} | ||||
4 | ; CHECK: <stdin>:[[@LINE+1]]:71: error: value for 'emissionKind' too large | ||||
5 | !0 = distinct !DICompileUnit(language: DW_LANG_Cobol85, emissionKind: 99, | ||||
6 | file: !DIFile(filename: "a", directory: "b")) | ||||
7 | !llvm.module.flags = !{!1} | ||||
8 | !1 = !{i32 2, !"Debug Info Version", i32 3} |