[PATCH] D102936: [CUDA] Work around compatibility issue with libstdc++ 11.1.0
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 21 15:18:08 PDT 2021
yaxunl added inline comments.
================
Comment at: clang/lib/Headers/cuda_wrappers/complex:79
+#if _GLIBCXX_RELEASE == 11
+#define __failed_assertion __cuda_failed_assertion
+#endif
----------------
May I ask where is __cuda_failed_assertion defined? Thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102936/new/
https://reviews.llvm.org/D102936
More information about the cfe-commits
mailing list