When building libc++ for Fuchsia, we want to distribute shared libc++,
libc++abi and libunwind as separate libraries, but for static versions
we would like to link all of them into libc++ so -lc++ flag has the same
effect whether shared or static library is being used.
Details
Details
- Reviewers
mcgrathr juliehockett jakehehrlich EricWF - Commits
- rG427b895e2f46: [CMake] Link static libunwind and libc++abi into libc++ in Fuchsia toolchain
rC337877: [CMake] Link static libunwind and libc++abi into libc++ in Fuchsia toolchain
rL337877: [CMake] Link static libunwind and libc++abi into libc++ in Fuchsia toolchain
Diff Detail
Diff Detail
- Repository
- rL LLVM