File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -267,6 +267,21 @@ add_lit_testsuite(check-lldb "Running lldb lit test suite"
267
267
lldb-shell-test-deps
268
268
lldb-unit-test-deps )
269
269
270
+ # This target covers all targets that are tied to implementation details
271
+ # of libc++, intended to be run by the libc++ pre-merge CI.
272
+ add_lit_testsuite (check-lldb-libcxx-integration "Running lldb libc++ support test suite"
273
+ ${CMAKE_CURRENT_BINARY_DIR}
274
+ EXCLUDE_FROM_CHECK_ALL
275
+ DEPENDS
276
+ check-lldb-api-functionalities-data-formatter-data-formatter-stl-libcxx
277
+ check-lldb-api-functionalities-data-formatter-data-formatter-stl-generic
278
+ check-lldb-api-functionalities-data-formatter-data-formatter-stl-libcxx-simulators
279
+ check-lldb-api-commands-expression-import-std-module
280
+ check-lldb-api-lang-cpp-std-function-step-into-callable
281
+ check-lldb-api-lang-cpp-std-function-recognizer
282
+ check-lldb-api-lang-cpp-std-invoke-recognizer
283
+ )
284
+
270
285
if (LLDB_BUILT_STANDALONE )
271
286
# This has to happen *AFTER* add_lit_testsuite.
272
287
if (EXISTS ${LLVM_MAIN_SRC_DIR} /utils/llvm-lit )
You can’t perform that action at this time.
0 commit comments