1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

[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

llvm-svn: 373974
This commit is contained in:
Heejin Ahn 2019-10-07 22:11:30 +00:00
parent a87c9cc566
commit 719ca167a6

View File

@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
Object
Option
Support
TextAPI
)
set(LLVM_TARGET_DEFINITIONS LipoOpts.td)