[LIT] First pass of LLDB LIT support
authorChris Bieneman <beanz@apple.com>
Thu, 15 Sep 2016 20:13:55 +0000 (20:13 +0000)
committerChris Bieneman <beanz@apple.com>
Thu, 15 Sep 2016 20:13:55 +0000 (20:13 +0000)
commit4851558f556c03b12c8f15740d0281bd61dde796
tree0d2318fb159832b31b96f5fdba5f76ae95844951
parent8b16da87444eb1399ce32e7027e2ab5c69c42e5e
[LIT] First pass of LLDB LIT support

Summary:
This patch supplies basic infrastructure for LLDB to use LIT, and ports a few basic test cases from the LLDB test suite into LIT.

With this patch the LLDB lit system is not capable or intended to fully replace the existing LLDB test suite, but this first patch enables people to write lit tests for LLDB.

The lit substitution for %cc and %cxx default to the host compiler unless the CMake option LLDB_TEST_CLANG is On, in which case the in-tree clang will be used.

The target check-lldb-lit will run all lit tests including the lit-based executor for the unit tests. Alternatively there is a target generated for each subdirectory under the lit directory, so check-lldb-unit and check-lldb-expr will run just the tests under their respective directories.

The ported tests are not removed from the existing suite, and should not be until such a time when the lit runner is mature and in use by bots and workflows.

Reviewers: zturner, labath, jingham, tfiala

Subscribers: beanz, mgorny, lldb-commits

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

llvm-svn: 281651
12 files changed:
lldb/lit/CMakeLists.txt
lldb/lit/Expr/Inputs/anonymous-struct.cpp [new file with mode: 0644]
lldb/lit/Expr/Inputs/call-function.cpp [new file with mode: 0644]
lldb/lit/Expr/TestCallStdStringFunction.test [new file with mode: 0644]
lldb/lit/Expr/TestCallStopAndContinue.test [new file with mode: 0644]
lldb/lit/Expr/TestCallUserAnonTypedef.test [new file with mode: 0644]
lldb/lit/Expr/TestCallUserDefinedFunction.test [new file with mode: 0644]
lldb/lit/Expr/lit.local.cfg [new file with mode: 0644]
lldb/lit/Unit/lit.cfg
lldb/lit/Unit/lit.site.cfg.in
lldb/lit/lit.cfg
lldb/lit/lit.site.cfg.in