[PATCH] D120301: clang-tools-extra: Make test dependency on LLVMHello optional
Nikita Popov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 9 11:51:12 PDT 2022
nikic added inline comments.
================
Comment at: clang-tools-extra/test/CMakeLists.txt:107
+ if (TARGET LLVMHello)
+ list(APPEND CLANG_TOOLS_TEST_DEPS CTTestTidyModule)
+ endif()
----------------
Shouldn't this be LLVMHello?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120301/new/
https://reviews.llvm.org/D120301
More information about the cfe-commits
mailing list