IR: de-duplicate two CmpInst routines (NFC) (#116866)
[llvm-project.git] / llvm / test / Assembler / invalid-dicompileunit-language-bad.ll
blob98c04833e78a00fa218a6e39432c048d227bfdc7
1 ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
3 ; 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"))