[PATCH] D127217: [include-cleaner] Fix build error in unit test
Nathan Ridge via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 9 00:38:44 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd3520171844a: [include-cleaner] Fix build error in unit test (authored by ckandeler, committed by nridge).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127217/new/
https://reviews.llvm.org/D127217
Files:
clang-tools-extra/include-cleaner/unittests/CMakeLists.txt
Index: clang-tools-extra/include-cleaner/unittests/CMakeLists.txt
===================================================================
--- clang-tools-extra/include-cleaner/unittests/CMakeLists.txt
+++ clang-tools-extra/include-cleaner/unittests/CMakeLists.txt
@@ -23,5 +23,6 @@
PRIVATE
clangIncludeCleaner
clangTesting
+ LLVMTestingSupport
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127217.435438.patch
Type: text/x-patch
Size: 357 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220609/11053186/attachment.bin>
More information about the cfe-commits
mailing list