forked from OSchip/llvm-project
[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:
parent
aaea76ba02
commit
ae5bad7277
|
@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
|
|||
Object
|
||||
Option
|
||||
Support
|
||||
TextAPI
|
||||
)
|
||||
|
||||
set(LLVM_TARGET_DEFINITIONS LipoOpts.td)
|
||||
|
|
Loading…
Reference in New Issue