[PATCH] D12614: [OpenMP] Offloading descriptor registration and device codegen.
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 7 20:27:01 PDT 2015
ABataev added inline comments.
================
Comment at: lib/CodeGen/CGOpenMPRuntime.h:323
@@ +322,3 @@
+ /// far.
+ struct OffloadEntriesInfoManagerTy {
+ CodeGenModule &CGM;
----------------
Maybe it is better to make it a class if it has some non-public members?
http://reviews.llvm.org/D12614
More information about the cfe-commits
mailing list