blob: 64f7935f43514a70dbd0f8416b65ac207ce0c508 [file] [log] [blame]
Adrian Prantl39bb84a2016-03-31 23:56:58 +00001; 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}