llvm-project/lldb/lit
Reid Kleckner c6846a812b Fix clang test suite on Windows by reverting part of r347216
Otherwise, the clang analyzer tests fail on Windows when attempting to
unpickle AnalyzerTest objects in the worker processes. The pattern of,
add to path, import, remove from path, serialize, deserialize, doesn't
work. Once something gets added to the path, if we want to move it
across the wire for multiprocessing, we need to keep the module on
sys.path.

llvm-svn: 347254
2018-11-19 19:36:28 +00:00
..
Breakpoint Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00
ExecControl/StopHook Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00
Expr Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +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 Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00
Unit Refactor the lit configuration files 2018-11-02 17:49:01 +00:00
helper [lit] On Windows, don't error if MSVC is not in PATH. 2018-11-19 16:47:06 +00:00
tools/lldb-mi Fix some issues with LLDB's lit configuration files. 2018-11-19 15:12:34 +00:00
CMakeLists.txt Make sure to have lit load the configured site config first. 2018-11-03 00:06:37 +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