[PATCH] D127217: [include-cleaner] Fix build error in unit test

Christian Kandeler via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 7 07:30:48 PDT 2022


ckandeler created this revision.
ckandeler added a reviewer: sammccall.
Herald added a subscriber: mgorny.
Herald added a project: All.
ckandeler requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.

Repository:
  rG LLVM Github Monorepo

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.434811.patch
Type: text/x-patch
Size: 357 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220607/4e11f8dc/attachment.bin>


More information about the cfe-commits mailing list