[clang] [cmake] Respect CLANG_LINK_CLANG_DYLIB for objlibs (PR #93454)

Chris B via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 5 14:56:30 PDT 2024


https://github.com/llvm-beanz approved this pull request.

I think dependencies for object libraries are implicitly `INTERAFCE`, but it might be nice to make that explicit. I know CMake complains if you mix and match implicit and explicit specification of linkage types.

Otherwise LGTM.

https://github.com/llvm/llvm-project/pull/93454


More information about the cfe-commits mailing list