Author: Jan Korous
Date: 2025-12-19T15:46:35-08:00
New Revision: cae557e59a97dc80384266ad9606fcc463bfb766

URL: 
https://github.com/llvm/llvm-project/commit/cae557e59a97dc80384266ad9606fcc463bfb766
DIFF: 
https://github.com/llvm/llvm-project/commit/cae557e59a97dc80384266ad9606fcc463bfb766.diff

LOG: [clang][ssaf][NFC] Remove redundant unit test target (#172379)

Addresses comment
https://github.com/llvm/llvm-project/pull/169131#pullrequestreview-3571758680

Added: 
    

Modified: 
    clang/unittests/Analysis/Scalable/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/clang/unittests/Analysis/Scalable/CMakeLists.txt 
b/clang/unittests/Analysis/Scalable/CMakeLists.txt
index c2be6debddae4..a4c03b278d7fa 100644
--- a/clang/unittests/Analysis/Scalable/CMakeLists.txt
+++ b/clang/unittests/Analysis/Scalable/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_distinct_clang_unittest(ClangScalableAnalysisFrameworkTests
+add_distinct_clang_unittest(ClangScalableAnalysisTests
   ASTEntityMappingTest.cpp
   BuildNamespaceTest.cpp
   EntityNameTest.cpp
@@ -19,8 +19,3 @@ 
add_distinct_clang_unittest(ClangScalableAnalysisFrameworkTests
   FrontendOpenMP
   Support
   )
-
-add_custom_target(ClangScalableAnalysisTests
-  DEPENDS
-  ClangScalableAnalysisFrameworkTests
-  )


        
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to