[PATCH] D62033: Change llvm_add_library to always use name for static libraries

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 17:03:07 PDT 2019


beanz added a comment.

I don't know of anywhere that we use `llvm_add_library` to generate both static and shared libraries of the same code. The runtime libraries that are generated both ways roll their own solution to the problem.

I'm disinclined to see this fixed without an actual use case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62033





More information about the llvm-commits mailing list