[PATCH] D71429: [llvm] Add llvm-lipo dependency to runtimes

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 12 14:01:44 PST 2019


smeenai added reviewers: beanz, phosek, compnerd, smeenai, mtrent.
smeenai added a comment.

Makes sense to me ... it'd be ideal to limit this to runtimes being built for Darwin targets, but idk if that's possible, and I don't think it's that big of a deal to build llvm-lipo when it's not needed, since it's a pretty tiny dependency.

As it stands, I think this will make llvm-lipo be used unconditionally in preference to the system lipo ... I don't know if that's always desirable?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71429





More information about the llvm-commits mailing list