[PATCH] D54726: [libcxx] Support generating linker script for static library
Petr Hosek via Phabricator
reviews at reviews.llvm.org
Mon Nov 19 14:14:32 PST 2018
phosek created this revision.
Herald added subscribers: libcxx-commits, jfb, ldionne, christof, mgorny.
Herald added a reviewer: EricWF.
When supported, we also generate linker script for static library,
renaming it to libc++static.a. The linker scripts also includes any
additional dependencies that the static library has.
Repository:
rCXX libc++
https://reviews.llvm.org/D54726
Files:
libcxx/lib/CMakeLists.txt
libcxx/utils/gen_link_script.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54726.174682.patch
Type: text/x-patch
Size: 5308 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20181119/1810fec8/attachment.bin>
More information about the libcxx-commits
mailing list