[PATCH] D127397: [pseudo] Fix unit test build
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 9 05:43:37 PDT 2022
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
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127397.435513.patch
Type: text/x-patch
Size: 445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220609/d46b18a8/attachment-0001.bin>
More information about the cfe-commits
mailing list