[PATCH] D99155: [CMake] Support building libLLVM.a archive

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 23 01:50:14 PDT 2021


phosek created this revision.
phosek added a reviewer: smeenai.
Herald added a subscriber: mgorny.
phosek requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

When distributing LLVM libraries as static archive, it's useful in
some cases to distribute a single combined archive rather than a
set of libraries, since users of this archive don't need to know
the dependencies between individual LLVM libraries.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99155

Files:
  llvm/CMakeLists.txt
  llvm/utils/merge-archives.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99155.332563.patch
Type: text/x-patch
Size: 4777 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210323/2d9ef999/attachment.bin>


More information about the llvm-commits mailing list