[clang-tools-extra] d352017 - [include-cleaner] Fix build error in unit test
Nathan Ridge via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 9 00:38:43 PDT 2022
Author: Christian Kandeler
Date: 2022-06-09T03:38:13-04:00
New Revision: d3520171844a80ff37ede19a14d45a94012d1a15
URL: https://github.com/llvm/llvm-project/commit/d3520171844a80ff37ede19a14d45a94012d1a15
DIFF: https://github.com/llvm/llvm-project/commit/d3520171844a80ff37ede19a14d45a94012d1a15.diff
LOG: [include-cleaner] Fix build error in unit test
Reviewed By: nridge
Differential Revision: https://reviews.llvm.org/D127217
Added:
Modified:
clang-tools-extra/include-cleaner/unittests/CMakeLists.txt
Removed:
################################################################################
diff --git a/clang-tools-extra/include-cleaner/unittests/CMakeLists.txt b/clang-tools-extra/include-cleaner/unittests/CMakeLists.txt
index 0cbbefcdd611e..8786f6d38e35f 100644
--- a/clang-tools-extra/include-cleaner/unittests/CMakeLists.txt
+++ b/clang-tools-extra/include-cleaner/unittests/CMakeLists.txt
@@ -23,5 +23,6 @@ target_link_libraries(ClangIncludeCleanerTests
PRIVATE
clangIncludeCleaner
clangTesting
+ LLVMTestingSupport
)
More information about the cfe-commits
mailing list