blob: 98c04833e78a00fa218a6e39432c048d227bfdc7 [file] [log] [blame]
Duncan P. N. Exon Smith37742c32015-02-13 01:25:10 +00001; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2
Duncan P. N. Exon Smithc61bc482015-08-03 17:26:41 +00003; CHECK: <stdin>:[[@LINE+1]]:40: error: invalid DWARF language 'DW_LANG_NoSuchLanguage'
4!0 = distinct !DICompileUnit(language: DW_LANG_NoSuchLanguage,
5 file: !DIFile(filename: "a", directory: "b"))