diff options
Diffstat (limited to 'test/Assembler/invalid-mdcompileunit-language-bad.ll')
-rw-r--r-- | test/Assembler/invalid-mdcompileunit-language-bad.ll | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Assembler/invalid-mdcompileunit-language-bad.ll b/test/Assembler/invalid-mdcompileunit-language-bad.ll new file mode 100644 index 0000000..cf2da20 --- /dev/null +++ b/test/Assembler/invalid-mdcompileunit-language-bad.ll @@ -0,0 +1,5 @@ +; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s + +; CHECK: <stdin>:[[@LINE+1]]:31: error: invalid DWARF language 'DW_LANG_NoSuchLanguage' +!0 = !MDCompileUnit(language: DW_LANG_NoSuchLanguage, + file: !MDFile(filename: "a", directory: "b")) |