This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 07c5962dcf Fix build failure due to missing break new 8d068d6ad4 [HIP] Support attribute hip_pinned_shadow
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: include/clang/Basic/Attr.td | 8 +++++++ include/clang/Basic/AttrDocs.td | 12 +++++++++++ lib/CodeGen/CodeGenModule.cpp | 16 ++++++++++---- lib/CodeGen/TargetInfo.cpp | 16 ++++++++++++-- lib/Driver/ToolChains/HIP.cpp | 5 ++--- lib/Sema/SemaDeclAttr.cpp | 4 ++++ test/AST/ast-dump-hip-pinned-shadow.cu | 13 +++++++++++ test/CodeGenCUDA/hip-pinned-shadow.cu | 23 ++++++++++++++++++++ test/Driver/hip-toolchain-no-rdc.hip | 8 +++---- test/Driver/hip-toolchain-rdc.hip | 4 ++-- ...pragma-attribute-supported-attributes-list.test | 1 + test/SemaCUDA/hip-pinned-shadow.cu | 25 ++++++++++++++++++++++ 12 files changed, 120 insertions(+), 15 deletions(-) create mode 100644 test/AST/ast-dump-hip-pinned-shadow.cu create mode 100644 test/CodeGenCUDA/hip-pinned-shadow.cu create mode 100644 test/SemaCUDA/hip-pinned-shadow.cu