[PATCH] D127397: [pseudo] Fix unit test build

Christian Kandeler via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 9 04:50:54 PDT 2022


ckandeler created this revision.
ckandeler added a reviewer: hokein.
Herald added a subscriber: mgorny.
Herald added a project: All.
ckandeler requested review of this revision.
Herald added subscribers: cfe-commits, alextsao1999.
Herald added a project: clang-tools-extra.

Analogous to 632545e8ce846ccaeca8df15a3dc5e36d01a1275 <https://reviews.llvm.org/rG632545e8ce846ccaeca8df15a3dc5e36d01a1275>.


Repository:
  rG LLVM Github Monorepo

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
   )


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127397.435505.patch
Type: text/x-patch
Size: 445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220609/b6e70183/attachment.bin>


More information about the cfe-commits mailing list