[PATCH] D74106: [CMake] Use PUBLIC link mode for static libraries

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 6 13:01:58 PST 2020


smeenai added a comment.

I don't quite understand what's going on here. Are you saying that if you have a static library which depends on an imported library as `INTERFACE`, targets that link against the static library won't link against the imported library, but if the static library depends on the imported library as `PUBLIC`, targets that link against the static library will link against the imported library?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74106





More information about the llvm-commits mailing list