This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 84c9929171 [ELF] Implement Dependent Libraries Feature new 5766e93db0 Re-land: Add Clang shared library with C++ exports
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: cmake/modules/AddClang.cmake | 7 +++++-- tools/CMakeLists.txt | 3 +++ tools/clang-shlib/CMakeLists.txt | 18 ++++++++++++++++++ tools/clang-shlib/clang-shlib.cpp | 1 + 4 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 tools/clang-shlib/CMakeLists.txt create mode 100644 tools/clang-shlib/clang-shlib.cpp