[PATCH] D136601: [OpenMP] [OMPIRBuilder] Create a new datatype to hold the unique target region info
Mike Rice via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 28 11:00:54 PDT 2022
mikerice added inline comments.
================
Comment at: clang/lib/CodeGen/CGOpenMPRuntime.cpp:1909
+ CtorEntryInfo.ParentName = Twine(Buffer, "_ctor").toStringRef(Out);
+ llvm::errs() << "Registering var ctor: " << Twine(Buffer, "_ctor") << "\n";
OffloadEntriesInfoManager.registerTargetRegionEntryInfo(
----------------
Just noticed this debug code left in here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136601/new/
https://reviews.llvm.org/D136601
More information about the cfe-commits
mailing list