[Lldb-commits] [PATCH] D54914: Add a generic build script for building test inferiors
Zachary Turner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 26 16:59:13 PST 2018
zturner updated this revision to Diff 175366.
zturner added a comment.
I went ahead and fixed up the rest of the native pdb tests. This exposed a couple of minor issues with the build script which I also fixed in the process.
@stella.stamenova would you mind giving this a try? I think it will fix all your problems of running tests from inside of Visual Studio.
@aleksandr.urakov Would you also mind giving this a try? I think it will mean that you can re-write the SymbolFile/PDB tests to not be dependent on running from a VS command prompt. You should be able to pass --arch=32 or --arch=64 no matter which command prompt you are running from, and it should still work.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54914/new/
https://reviews.llvm.org/D54914
Files:
lldb/lit/SymbolFile/NativePDB/ast-reconstruction.cpp
lldb/lit/SymbolFile/NativePDB/bitfields.cpp
lldb/lit/SymbolFile/NativePDB/disassembly.cpp
lldb/lit/SymbolFile/NativePDB/function-types-builtins.cpp
lldb/lit/SymbolFile/NativePDB/function-types-calling-conv.cpp
lldb/lit/SymbolFile/NativePDB/function-types-classes.cpp
lldb/lit/SymbolFile/NativePDB/global-classes.cpp
lldb/lit/SymbolFile/NativePDB/globals-bss.cpp
lldb/lit/SymbolFile/NativePDB/globals-fundamental.cpp
lldb/lit/SymbolFile/NativePDB/nested-types.cpp
lldb/lit/SymbolFile/NativePDB/s_constant.cpp
lldb/lit/SymbolFile/NativePDB/simple-breakpoints.cpp
lldb/lit/SymbolFile/NativePDB/source-list.cpp
lldb/lit/SymbolFile/NativePDB/tag-types.cpp
lldb/lit/helper/build.py
lldb/lit/helper/toolchain.py
llvm/utils/lit/lit/llvm/config.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54914.175366.patch
Type: text/x-patch
Size: 41535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181127/a80bb9a4/attachment-0001.bin>
More information about the lldb-commits
mailing list