[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 22:21:39 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL373974: [llvm-lipo] Add TextAPI to LINK_COMPONENTS (authored by aheejin, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D68594?vs=223657&id=223761#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D68594

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


Index: llvm/trunk/tools/llvm-lipo/CMakeLists.txt
===================================================================
--- llvm/trunk/tools/llvm-lipo/CMakeLists.txt
+++ llvm/trunk/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.223761.patch
Type: text/x-patch
Size: 314 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191008/06ccdb91/attachment.bin>


More information about the llvm-commits mailing list