Instead of populating the global LIBCXX_LIBRARIES, we use the link-time
dependency management built into CMake to propagate link flags. This
leads to a cleaner and easier-to-follow build.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
libcxx/lib/CMakeLists.txt | ||
---|---|---|
394 ↗ | (On Diff #196088) | This is now handled by CMake automatically, because benchmarks link against cxx_shared or cxx_static, and those have PUBLIC link dependencies. |