This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b578515631 Fix a passing XFAIL test new 39c70ef6ac [Modules] Fix rebuilding an updated module for each of its c [...]
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/Serialization/ModuleManager.cpp | 7 +---- test/Modules/Inputs/implicit-invalidate-common/A.h | 2 ++ test/Modules/Inputs/implicit-invalidate-common/B.h | 2 ++ .../Inputs/implicit-invalidate-common/Common.h | 1 + .../module.modulemap | 2 +- test/Modules/implicit-invalidate-common.c | 36 ++++++++++++++++++++++ 6 files changed, 43 insertions(+), 7 deletions(-) create mode 100644 test/Modules/Inputs/implicit-invalidate-common/A.h create mode 100644 test/Modules/Inputs/implicit-invalidate-common/B.h create mode 100644 test/Modules/Inputs/implicit-invalidate-common/Common.h copy test/Modules/Inputs/{implicit-invalidate-chain => implicit-invalidate-common} [...] create mode 100644 test/Modules/implicit-invalidate-common.c