[PATCH] D149364: [CUDA] Temporarily undefine __noinline__ when including bits/shared_ptr_base.h
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 28 07:38:33 PDT 2023
yaxunl accepted this revision.
yaxunl added a comment.
LGTM.
This issue does not affect HIP as HIP headers have removed `__noinline__` as a macro since https://reviews.llvm.org/D124866 and `__attribute__((__noinline__))` is equivalent to `__attribute__((noinline))` for HIP.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149364/new/
https://reviews.llvm.org/D149364
More information about the cfe-commits
mailing list