| commit | 0fb80adecf2e5df5f1422efc74b8cb31aef67c94 | [log] [tgz] |
|---|---|---|
| author | Petr Hosek <phosek@chromium.org> | Wed Jan 30 19:27:26 2019 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Thu Aug 27 18:31:20 2020 -0700 |
| tree | 8f69ae13f184d36564197357f7528f527d737a87 | |
| parent | 2ecc00a65a38cbd12a8352694eaadc427e9e6be1 [diff] |
[CMake] Use correct visibility for linked libraries in CMake When linking library dependencies, we shouldn't need to export linked libraries to dependents. We should be explicit about this in target_link_libraries, otherwise other targets that depend on these such as sanitizers get repeated (and possibly even conflicting) dependencies. Differential Revision: https://reviews.llvm.org/D57456 llvm-svn: 352654 GitOrigin-RevId: b9128d8def879775838876af43592da01ecbc18d