1Test warnings.
2REQUIRES: shell
3RUN: %clang_host %S/Inputs/true.c -std=c99 -g -c -S -emit-llvm -o - \
4RUN:   | sed -e 's/DW_LANG_C99/DW_LANG_Mips_Assembler/g' >%t.ll
5RUN: %clang_host %t.ll -g -o %t.exe
6RUN: %lldb -o "b main" -o r -o q -b %t.exe 2>&1 | FileCheck %s
7
8CHECK: This version of LLDB has no plugin for the language "assembler"
9