[LLVM] Exclude specialized lit test suites from check-all (#159781)

This commit is contained in:
Rahul Joshi 2025-09-19 08:10:58 -07:00 committed by GitHub
parent 80fa3bddd0
commit 8109c3a27f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
add_lit_testsuite(check-llvm-filecheck "Running lit suite for FileCheck"
${CMAKE_CURRENT_BINARY_DIR}
EXCLUDE_FROM_CHECK_ALL
DEPENDS ${LLVM_TEST_DEPENDS_COMMON}
)

View File

@ -1,5 +1,6 @@
add_lit_testsuite(check-llvm-tablegen "Running lit suite for TableGen"
${CMAKE_CURRENT_BINARY_DIR}
EXCLUDE_FROM_CHECK_ALL
DEPENDS ${LLVM_TEST_DEPENDS_COMMON}
DEPENDS llvm-tblgen
)