[PATCH] D84364: [CUDA][HIP] Defer overloading resolution diagnostics for host device functions
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 18 13:58:05 PDT 2020
yaxunl added a comment.
In D84364#2282458 <https://reviews.llvm.org/D84364#2282458>, @hctim wrote:
> Not a known issue - no, but MSan doesn't play nice with uninistrumented libraries (including things like libcxx) - and so it can be tricky to ensure your build is properly sanitized, which is why I'd recommend the build script :).
Thanks for the suggestion. I reproduced the issue with the build script and fixed it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84364/new/
https://reviews.llvm.org/D84364
More information about the cfe-commits
mailing list