llvm-project/lldb/lit
Zachary Turner ba968c0d1d [lit] Add a generic build script with a lit substitution.
This adds a script called build.py as well as a lit substitution
called %build that we can use to invoke it.  The idea is that
this allows a lit test to build test inferiors without having
to worry about architecture / platform specific differences,
command line syntax, finding / configurationg a proper toolchain,
and other issues.  They can simply write something like:

%build --arch=32 -o %t.exe %p/Inputs/foo.cpp

and it will just work.  This paves the way for being able to
run lit tests with multiple configurations, platforms, and
compilers with a single test.

Differential Revision: https://reviews.llvm.org/D54914

llvm-svn: 348058
2018-12-01 00:22:21 +00:00
..
Breakpoint [LLDB] - Improve the support of .debug_str_offsets/.debug_str_offsets.dwo 2018-11-29 12:44:10 +00:00
Driver [driver] Fix --core/-c and add test 2018-11-29 00:22:28 +00:00
ExecControl/StopHook [lit] Disable the stop hook tests on Windows 2018-11-20 16:24:03 +00:00
Expr [lit] Build and link TestIRMemoryMapWindows explicitly 2018-11-20 16:44:06 +00:00
Modules Fix a bug in the parsing of the LC_BUILD_VERSION Mach-O load command. 2018-11-13 23:14:37 +00:00
Quit Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00
Settings Refactor the lit configuration files 2018-11-02 17:49:01 +00:00
Suite Fix a typo in mac SIP workaround 2018-08-31 06:01:02 +00:00
SymbolFile [lit] Add a generic build script with a lit substitution. 2018-12-01 00:22:21 +00:00
Unit Refactor the lit configuration files 2018-11-02 17:49:01 +00:00
helper [lit] Add a generic build script with a lit substitution. 2018-12-01 00:22:21 +00:00
tools/lldb-mi Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00
CMakeLists.txt [Cmake] Add missing dependency to `count`. 2018-11-26 17:30:28 +00:00
lit-lldb-init Add EchoCommentCommands to CommandInterpreterRunOptions in addition to the existing EchoCommands and expose both as interpreter settings. 2018-10-05 16:49:47 +00:00
lit.cfg.py Fix clang test suite on Windows by reverting part of r347216 2018-11-19 19:36:28 +00:00
lit.site.cfg.py.in Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00