This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 438a70fbf0 [coroutines] Support "coroutines" feature in module map requ [...] new e168aa9c90 [OpenMP] Create COMDAT group for OpenMP offload registration [...] new 946a5b82ab Revert "[coroutines] Support "coroutines" feature in module [...]
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: docs/Modules.rst | 3 - lib/Basic/Module.cpp | 1 - lib/CodeGen/CGOpenMPRuntime.cpp | 13 +++++ lib/CodeGen/CodeGenModule.cpp | 7 ++- .../DependsOnModule.framework/Headers/coroutines.h | 3 - .../Headers/not_coroutines.h | 3 - .../Inputs/DependsOnModule.framework/module.map | 9 +-- test/Modules/requires-coroutines.mm | 12 ---- test/OpenMP/target_codegen.cpp | 8 ++- test/OpenMP/target_codegen_registration.cpp | 64 ++++++++++++---------- test/OpenMP/target_parallel_codegen.cpp | 8 ++- .../target_parallel_codegen_registration.cpp | 64 ++++++++++++---------- test/OpenMP/target_parallel_if_codegen.cpp | 8 ++- .../OpenMP/target_parallel_num_threads_codegen.cpp | 8 ++- test/OpenMP/target_teams_codegen.cpp | 8 ++- test/OpenMP/target_teams_codegen_registration.cpp | 64 ++++++++++++---------- test/OpenMP/target_teams_num_teams_codegen.cpp | 8 ++- test/OpenMP/target_teams_thread_limit_codegen.cpp | 8 ++- 18 files changed, 156 insertions(+), 143 deletions(-) delete mode 100644 test/Modules/Inputs/DependsOnModule.framework/Headers/coroutines.h delete mode 100644 test/Modules/Inputs/DependsOnModule.framework/Headers/not_coroutines.h delete mode 100644 test/Modules/requires-coroutines.mm