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 )
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