This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 71a069a6eb Make test more robust by writing stdout/stderr to different files. new 887ff701b7 Re-land r359250, [COFF] Statically link certain runtime libr [...]
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: lib/CodeGen/CodeGenModule.cpp | 10 +++-- test/CodeGenCXX/dllimport-runtime-fns.cpp | 63 +++++++++++++++++++++++++++++++ test/CodeGenCXX/runtime-dllstorage.cpp | 4 +- test/CodeGenObjC/gnu-init.m | 4 +- test/CodeGenObjCXX/msabi-stret.mm | 3 +- 5 files changed, 75 insertions(+), 9 deletions(-) create mode 100644 test/CodeGenCXX/dllimport-runtime-fns.cpp