[LLDB] xfail SymbolFile/DWARF/packed.cpp for Windows

SymbolFile/DWARF/packed.cpp introduced by #96932 has been failing on
AArch64/Windows buildbot.

https://lab.llvm.org/buildbot/#/builders/141/builds/374

I am marking it as an XFAIL to make the buildbot happy.
This commit is contained in:
Muhammad Omair Javaid 2024-06-29 16:51:33 +05:00
parent 834ac2e205
commit 02b60893c3

View File

@ -1,3 +1,4 @@
// XFAIL: system-windows
// RUN: %clangxx_host -gdwarf -o %t %s
// RUN: %lldb %t \
// RUN: -o "expr alignof(packed)" \