[clang-tools-extra] bf83062 - [pseudo] Fix unit test build

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 9 05:43:32 PDT 2022


Author: Christian Kandeler
Date: 2022-06-09T14:42:47+02:00
New Revision: bf830623b063af1c620f369b6bf1808c30d5f0fb

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

LOG: [pseudo] Fix unit test build

Analogous to 632545e8ce846ccaeca8df15a3dc5e36d01a1275.

Reviewed By: hokein

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

Added: 
    

Modified: 
    clang-tools-extra/pseudo/unittests/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/pseudo/unittests/CMakeLists.txt b/clang-tools-extra/pseudo/unittests/CMakeLists.txt
index 2185e4e4c146b..70796195d9bed 100644
--- a/clang-tools-extra/pseudo/unittests/CMakeLists.txt
+++ b/clang-tools-extra/pseudo/unittests/CMakeLists.txt
@@ -1,6 +1,5 @@
 set(LLVM_LINK_COMPONENTS
   Support
-  TestingSupport
   )
 
 add_custom_target(ClangPseudoUnitTests)
@@ -24,4 +23,5 @@ target_link_libraries(ClangPseudoTests
   PRIVATE
   clangPseudo
   clangPseudoGrammar
+  LLVMTestingSupport
   )


        


More information about the cfe-commits mailing list