[PATCH] D99243: [CMake][Fuchsia] Include llvm-lipo
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 24 01:08:54 PDT 2021
phosek created this revision.
phosek added reviewers: leonardchan, haowei.
Herald added a subscriber: mgorny.
phosek requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
We want to use llvm-lipo for building universal libraries.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D99243
Files:
clang/cmake/caches/Fuchsia-stage2.cmake
Index: clang/cmake/caches/Fuchsia-stage2.cmake
===================================================================
--- clang/cmake/caches/Fuchsia-stage2.cmake
+++ clang/cmake/caches/Fuchsia-stage2.cmake
@@ -263,6 +263,7 @@
llvm-elfabi
llvm-gsymutil
llvm-lib
+ llvm-lipo
llvm-mt
llvm-nm
llvm-objcopy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99243.332885.patch
Type: text/x-patch
Size: 318 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210324/72d52b49/attachment.bin>
More information about the cfe-commits
mailing list