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
- rG LLVM Github Monorepo
- Build Status
Buildable 30839 Build 30838: arc lint + arc unit
Event Timeline
libcxx/lib/CMakeLists.txt | ||
---|---|---|
394 | This is now handled by CMake automatically, because benchmarks link against cxx_shared or cxx_static, and those have PUBLIC link dependencies. |
This is now handled by CMake automatically, because benchmarks link against cxx_shared or cxx_static, and those have PUBLIC link dependencies.