This revision was automatically updated to reflect the committed changes.
Closed by commit rGbf830623b063: [pseudo] Fix unit test build (authored by 
ckandeler, committed by hokein).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127397/new/

https://reviews.llvm.org/D127397

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


Index: clang-tools-extra/pseudo/unittests/CMakeLists.txt
===================================================================
--- clang-tools-extra/pseudo/unittests/CMakeLists.txt
+++ 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 @@
   PRIVATE
   clangPseudo
   clangPseudoGrammar
+  LLVMTestingSupport
   )


Index: clang-tools-extra/pseudo/unittests/CMakeLists.txt
===================================================================
--- clang-tools-extra/pseudo/unittests/CMakeLists.txt
+++ 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 @@
   PRIVATE
   clangPseudo
   clangPseudoGrammar
+  LLVMTestingSupport
   )
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to