[PATCH] D95727: llvm-shlib: Create object libraries for each component and link against them

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 15 08:39:55 PDT 2021


beanz added a comment.

In D95727#2819595 <https://reviews.llvm.org/D95727#2819595>, @tstellar wrote:

> @phosek The only thing blocking this was that I wasn't sure what to do about @MaskRay 's comment.  Other than that, I think all the regressions from before have been fixed.

The fix for that is probably to exclude libLLVMExtensions from the dylib. It probably shouldn't be there anyways.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95727



More information about the llvm-commits mailing list