This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 512264ba6eb [GVN,NewGVN] Keep nonnull if K does not move. new b0e8dee0f66 [RFC] Build LLVM-C.dll on MSVC that exports only the C API
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 | 8 +- tools/CMakeLists.txt | 2 +- tools/llvm-shlib/CMakeLists.txt | 155 +++++++++++++++++++++++------------ tools/llvm-shlib/gen-msvc-exports.py | 106 ++++++++++++++++++++++++ 4 files changed, 214 insertions(+), 57 deletions(-) create mode 100644 tools/llvm-shlib/gen-msvc-exports.py