[llvm] r373974 - [llvm-lipo] Add TextAPI to LINK_COMPONENTS

Heejin Ahn via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 7 15:11:30 PDT 2019


Author: aheejin
Date: Mon Oct  7 15:11:30 2019
New Revision: 373974

URL: http://llvm.org/viewvc/llvm-project?rev=373974&view=rev
Log:
[llvm-lipo] Add TextAPI to LINK_COMPONENTS

Summary:
D68319 uses `MachO::getCPUTypeFromArchitecture` and without this builds
with `-DBUILD_SHARED_LIBS=ON` fail.

Reviewers: alexshap

Subscribers: mgorny, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D68594

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

Modified: llvm/trunk/tools/llvm-lipo/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-lipo/CMakeLists.txt?rev=373974&r1=373973&r2=373974&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-lipo/CMakeLists.txt (original)
+++ llvm/trunk/tools/llvm-lipo/CMakeLists.txt Mon Oct  7 15:11:30 2019
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
   Object
   Option
   Support
+  TextAPI
 )
 
 set(LLVM_TARGET_DEFINITIONS LipoOpts.td)




More information about the llvm-commits mailing list