[llvm] 8109c3a - [LLVM] Exclude specialized lit test suites from check-all (#159781)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Sep 19 08:11:03 PDT 2025
    
    
  
Author: Rahul Joshi
Date: 2025-09-19T08:10:58-07:00
New Revision: 8109c3a27f949d46337047fc9732e84926504ec2
URL: https://github.com/llvm/llvm-project/commit/8109c3a27f949d46337047fc9732e84926504ec2
DIFF: https://github.com/llvm/llvm-project/commit/8109c3a27f949d46337047fc9732e84926504ec2.diff
LOG: [LLVM] Exclude specialized lit test suites from check-all (#159781)
Added: 
    
Modified: 
    llvm/test/FileCheck/CMakeLists.txt
    llvm/test/TableGen/CMakeLists.txt
Removed: 
    
################################################################################
diff  --git a/llvm/test/FileCheck/CMakeLists.txt b/llvm/test/FileCheck/CMakeLists.txt
index a5bd0daac9b7a..8ff5abf3dd23f 100644
--- a/llvm/test/FileCheck/CMakeLists.txt
+++ b/llvm/test/FileCheck/CMakeLists.txt
@@ -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}
   )
diff  --git a/llvm/test/TableGen/CMakeLists.txt b/llvm/test/TableGen/CMakeLists.txt
index 65774bb4b45b5..99799c726d420 100644
--- a/llvm/test/TableGen/CMakeLists.txt
+++ b/llvm/test/TableGen/CMakeLists.txt
@@ -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
   )
        
    
    
More information about the llvm-commits
mailing list