[PATCH] D155850: [Clang][CodeGen][RFC] Add codegen support for C++ Parallel Algorithm Offload
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 10 10:54:27 PDT 2023
yaxunl added inline comments.
================
Comment at: clang/lib/CodeGen/CGStmt.cpp:2422
+static void EmitStdParUnsupportedAsm(CodeGenFunction *CGF, const AsmStmt &S) {
+ constexpr auto Name = "ASM__stdpar_unsupported";
+
----------------
maybe prefix with `__` to avoid potential name collision with users' code
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155850/new/
https://reviews.llvm.org/D155850
More information about the cfe-commits
mailing list