================
@@ -1550,6 +1560,11 @@ class CodeGenFunction : public CodeGenTypeCache {
/// decls.
DeclMapTy LocalDeclMap;
+ /// Name-based lookup map for privatized BindingDecls.
+ /// Used when BindingDecls are remapped during OpenMP outlining, since the
+ /// remapped BindingDecl has a different pointer than the original.
+ llvm::StringMap<std::optional<Address>> OMPPrivatizedBindingsByName;
----------------
zahiraam wrote:
Removed.
https://github.com/llvm/llvm-project/pull/190832
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits