This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 613e830b17 Allow copy/move assignment operator to be coroutine as per N4775 new 343b5da9d9 [OpenMP] Strengthen regression tests for task allocation und [...]
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: test/OpenMP/target_constant_device_codegen.cpp | 34 ++++++++++++++++++++++ test/OpenMP/target_depend_codegen.cpp | 8 +++-- test/OpenMP/target_enter_data_depend_codegen.cpp | 4 ++- test/OpenMP/target_exit_data_depend_codegen.cpp | 4 ++- test/OpenMP/target_parallel_depend_codegen.cpp | 8 +++-- test/OpenMP/target_parallel_for_depend_codegen.cpp | 8 +++-- .../target_parallel_for_simd_depend_codegen.cpp | 8 +++-- test/OpenMP/target_simd_depend_codegen.cpp | 8 +++-- test/OpenMP/target_teams_depend_codegen.cpp | 8 +++-- .../target_teams_distribute_depend_codegen.cpp | 8 +++-- ...eams_distribute_parallel_for_depend_codegen.cpp | 8 +++-- ...distribute_parallel_for_simd_depend_codegen.cpp | 8 +++-- ...target_teams_distribute_simd_depend_codegen.cpp | 8 +++-- test/OpenMP/target_update_depend_codegen.cpp | 4 ++- 14 files changed, 103 insertions(+), 23 deletions(-) create mode 100644 test/OpenMP/target_constant_device_codegen.cpp