This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from d26502183 [libc++] Make sure we link all system libraries into the benchmarks new ef2d23967 [libc++] Move the linker script generation step to CMake
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: CMakeLists.txt | 6 ---- cmake/Modules/DefineLinkerScript.cmake | 50 +++++++++++++++++++++++++++++ src/CMakeLists.txt | 32 +++---------------- utils/gen_link_script.py | 58 ---------------------------------- 4 files changed, 54 insertions(+), 92 deletions(-) create mode 100644 cmake/Modules/DefineLinkerScript.cmake delete mode 100755 utils/gen_link_script.py