[Lldb-commits] [PATCH] D54567: Fix LLDB's lit files
Stella Stamenova via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 16 19:37:03 PST 2018
stella.stamenova accepted this revision.
stella.stamenova added a comment.
This revision is now accepted and ready to land.
Feel free to check this in. At this point this will only improve the results on Windows and it works correctly on Linux.
================
Comment at: lldb/lit/SymbolFile/PDB/class-layout.test:1
-REQUIRES: system-windows
-RUN: clang-cl -m32 /Z7 /c /GS- %S/Inputs/ClassLayoutTest.cpp /o %T/ClassLayoutTest.cpp.obj
-RUN: link %T/ClassLayoutTest.cpp.obj /DEBUG /nodefaultlib /ENTRY:main /OUT:%T/ClassLayoutTest.cpp.exe
+REQUIRES: msvc
+RUN: %clang_cl -m32 /Z7 /c /GS- %S/Inputs/ClassLayoutTest.cpp /o %T/ClassLayoutTest.cpp.obj
----------------
Why only msvc and not system-windows like the rest of the tests?
https://reviews.llvm.org/D54567
More information about the lldb-commits
mailing list