[libcxx-commits] [PATCH] D68343: [libc++] Move the linker script generation step to CMake
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Oct 2 10:00:12 PDT 2019
ldionne created this revision.
ldionne added a reviewer: phosek.
Herald added subscribers: libcxx-commits, dexonsmith, jkorous, christof, mgorny.
Herald added a reviewer: EricWF.
Herald added a project: libc++.
This allows the linker script generation to query CMake properties
(specifically the dependencies of libc++.so) instead of having to
carry these dependencies around manually in global variables. Notice
the removal of the LIBCXX_INTERFACE_LIBRARIES global variable.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D68343
Files:
libcxx/CMakeLists.txt
libcxx/cmake/Modules/DefineLinkerScript.cmake
libcxx/src/CMakeLists.txt
libcxx/utils/gen_link_script.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68343.222855.patch
Type: text/x-patch
Size: 8212 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20191002/622effde/attachment-0001.bin>
More information about the libcxx-commits
mailing list