hanchenye-llvm-project/libcxx/utils
Louis Dionne 1ea8bb39b9 [libc++] Move the linker script generation step to CMake
Summary:
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.

Reviewers: phosek, EricWF

Subscribers: mgorny, christof, jkorous, dexonsmith, libcxx-commits

Tags: #libc

Differential Revision: https://reviews.llvm.org/D68343

llvm-svn: 374116
2019-10-08 21:10:20 +00:00
..
ci [libc++] Add a CMake cache for Apple-specific configuration options 2019-09-11 16:57:19 +00:00
docker Attempt to remove linker workaround on the buildbots: Attempt 2 2019-10-03 19:38:44 +00:00
gdb/libcxx Make libc++ gdb pretty printer Python 3 compatible 2019-10-04 04:47:33 +00:00
google-benchmark [benchmark] Fix win32 link on case-sensitive fs 2019-07-30 20:47:59 +00:00
libcxx Don't assume libcxx_gdb is always set. 2019-09-05 21:34:54 +00:00
symcheck-blacklists
cat_files.py
generate_feature_test_macro_components.py P0722R3: Implement library support for destroying delete 2019-05-23 23:46:44 +00:00
merge_archives.py [libc++] Improve Python 3 compatibility for merge_archives.py 2019-08-23 15:05:54 +00:00
not.py Tolerate import errors in "not.py" implementation 2019-07-12 01:13:05 +00:00
run.py [libcxx] Codesign test executables if necessary 2019-09-05 21:24:23 +00:00
sym_diff.py
sym_extract.py
sym_match.py