Skip to content

Commit 865b119

Browse files
committed
[lldb] XFAIL command-disassemble-mixed.c on Windows
Either clang-cl has different assembly output or we're not mapping source to assembly properly on Windows. We (Linaro) will find out which. https://lab.llvm.org/buildbot/#/builders/219/builds/4195
1 parent 7db501a commit 865b119

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/Shell/Commands/command-disassemble-mixed.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// invalid mixed disassembly line
22

3+
// XFAIL: system-windows
4+
35
// RUN: %clang_host -g %s -o %t
46
// RUN: %lldb %t -o "dis -m -n main" -o "exit" | FileCheck %s
57

0 commit comments

Comments
 (0)