Skip to content

Commit cc220b1

Browse files
[lldb] Mark UnsupportedLanguage.test Unsupported on Windows
This is to fix buildbot fallout post #156729 without needing to revert the original patch.
1 parent 5d13f28 commit cc220b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lldb/test/Shell/Process/UnsupportedLanguage.test

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Test unsupported language warning
22

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+
38
RUN: %clang_host %S/Inputs/true.c -std=c99 -g -c -S -emit-llvm -o - \
49
RUN: | sed -e 's/DW_LANG_C99/DW_LANG_Mips_Assembler/g' >%t.ll
510
RUN: %clang_host %t.ll -g -o %t.exe

0 commit comments

Comments
 (0)