We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d13f28 commit cc220b1Copy full SHA for cc220b1
lldb/test/Shell/Process/UnsupportedLanguage.test
@@ -1,5 +1,10 @@
1
Test unsupported language warning
2
3
+TODO: This test does not work on Windows, seemingly because the sed commands
4
+are not actually doing anything. This should be fixed so we can enable this on
5
+Windows.
6
+UNSUPPORTED: system-windows
7
+
8
RUN: %clang_host %S/Inputs/true.c -std=c99 -g -c -S -emit-llvm -o - \
9
RUN: | sed -e 's/DW_LANG_C99/DW_LANG_Mips_Assembler/g' >%t.ll
10
RUN: %clang_host %t.ll -g -o %t.exe
0 commit comments