[clang-tools-extra] fa46e77 - [include-cleaner] Attempt two at fixing buildbots

Kadir Cetinkaya via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 1 02:50:12 PST 2022


Author: Kadir Cetinkaya
Date: 2022-12-01T11:49:58+01:00
New Revision: fa46e77f17c6b699233e0a9e8b7b207c49738ba6

URL: https://github.com/llvm/llvm-project/commit/fa46e77f17c6b699233e0a9e8b7b207c49738ba6
DIFF: https://github.com/llvm/llvm-project/commit/fa46e77f17c6b699233e0a9e8b7b207c49738ba6.diff

LOG: [include-cleaner] Attempt two at fixing buildbots

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 acab6e2318ce..11d93f526f3c 100644
--- a/clang-tools-extra/include-cleaner/unittests/CMakeLists.txt
+++ b/clang-tools-extra/include-cleaner/unittests/CMakeLists.txt
@@ -1,4 +1,5 @@
 set(LLVM_LINK_COMPONENTS
+  FrontendOpenMP
   Support
   TestingSupport
   )


        


More information about the cfe-commits mailing list