aleksandr.urakov added inline comments.

================
Comment at: lit/SymbolFile/PDB/udt-layout.test:1-51
+REQUIRES: windows
+RUN: clang-cl /Zi %S/Inputs/UdtLayoutTest.cpp /o %t.exe
+RUN: %lldb -b -s %S/Inputs/UdtLayoutTest.script -- %t.exe | FileCheck %s
+
+CHECK:(int) int C::abc = 123
+CHECK:(List [16]) ls = {
+CHECK:  [15] = {
----------------
I've preserved this Windows-only test (but also have included other 
non-execution tests, which may become cross-platform some later, as Pavel has 
mentioned at D49410), but if you'll find it unnecessary I'll remove it.


https://reviews.llvm.org/D49980



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to