[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 16:15:31 PDT 2019


beanz added a comment.

I don't know that we want to support building component libraries as both `STATIC` and `SHARED` except in very specific and limited situations.

We actually don't seem to use this functionality in-tree anywhere, so I'm more inclined to turn this into an error than to fix it.


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