[PATCH] D68594: [llvm-lipo] Add TextAPI to LINK_COMPONENTS

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 7 14:21:46 PDT 2019


aheejin created this revision.
aheejin added a reviewer: alexshap.
Herald added subscribers: llvm-commits, mgorny.
Herald added a project: LLVM.

D68319 <https://reviews.llvm.org/D68319> uses `MachO::getCPUTypeFromArchitecture` and without this builds
with `-DBUILD_SHARED_LIBS=ON` fail.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D68594

Files:
  llvm/tools/llvm-lipo/CMakeLists.txt


Index: llvm/tools/llvm-lipo/CMakeLists.txt
===================================================================
--- llvm/tools/llvm-lipo/CMakeLists.txt
+++ llvm/tools/llvm-lipo/CMakeLists.txt
@@ -3,6 +3,7 @@
   Object
   Option
   Support
+  TextAPI
 )
 
 set(LLVM_TARGET_DEFINITIONS LipoOpts.td)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68594.223657.patch
Type: text/x-patch
Size: 296 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191007/6ec79a30/attachment.bin>


More information about the llvm-commits mailing list