[PATCH] D140609: [bugpoint] Fix compilation of bugpoint-passes on Windows

Alexey Bader via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 23 17:48:20 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGb0b4cc18641b: [bugpoint] Fix compilation of bugpoint-passes on Windows (authored by bader).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140609/new/

https://reviews.llvm.org/D140609

Files:
  llvm/tools/bugpoint-passes/CMakeLists.txt


Index: llvm/tools/bugpoint-passes/CMakeLists.txt
===================================================================
--- llvm/tools/bugpoint-passes/CMakeLists.txt
+++ llvm/tools/bugpoint-passes/CMakeLists.txt
@@ -11,7 +11,7 @@
 endif()
 
 if(WIN32 OR CYGWIN)
-  set(LLVM_LINK_COMPONENTS Core)
+  set(LLVM_LINK_COMPONENTS Core Support)
 endif()
 
 add_llvm_library( BugpointPasses MODULE BUILDTREE_ONLY


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140609.491580.patch
Type: text/x-patch
Size: 402 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230124/cb377928/attachment.bin>


More information about the llvm-commits mailing list