[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / Process / UnsupportedLanguage.test
blob8cf0c048e366b45c9dcd4f0d6bb27bd0b62862c9
1 Test warnings.
2 REQUIRES: shell
3 RUN: %clang_host %S/Inputs/true.c -std=c99 -g -c -S -emit-llvm -o - \
4 RUN:   | sed -e 's/DW_LANG_C99/DW_LANG_Mips_Assembler/g' >%t.ll
5 RUN: %clang_host %t.ll -g -o %t.exe
6 RUN: %lldb -o "b main" -o r -o q -b %t.exe 2>&1 | FileCheck %s
8 CHECK: This version of LLDB has no plugin for the language "assembler"