Since r337668, we support statically linking dependencies only to shared
or static library. However, that change hasn't updated the check whether
to generate a linker script. We shouldn't generate linker script only in
the case when we aren't statically linked ABI into the shared library.
Details
Details
- Reviewers
EricWF ldionne mclow.lists - Commits
- rG4b59ed4001dd: [CMake] Don't generate linker script only when shared library isn't statically…
rCXX338006: [CMake] Don't generate linker script only when shared library isn't statically…
rL338006: [CMake] Don't generate linker script only when shared library isn't statically…
Diff Detail
Diff Detail
- Repository
- rCXX libc++