This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9813c50f79 [tooling] Teach Tooling to understand compilation with offloading. new e4a195cf1a [tooling] Fix assertion on MacOSX. new d70fe33b97 [tsan,msan] Insert module constructors in a module pass
The 2 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/BackendUtil.cpp | 13 +++++++++++-- lib/Tooling/Tooling.cpp | 7 ++++++- test/CodeGen/sanitizer-module-constructor.c | 22 ++++++++++++++++++++++ 3 files changed, 39 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/sanitizer-module-constructor.c