[PATCH] D28298: [OpenMP] Add fields for flags in the offload entry descriptor.

Jonas Hahnfeld via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 4 23:19:23 PST 2017


Hahnfeld added a subscriber: cfe-commits.
Hahnfeld added a comment.

Otherwise SGTM



================
Comment at: lib/CodeGen/CGOpenMPRuntime.h:250-252
+      // \brief Flags associated the device global.
+      int32_t Flags;
+
----------------
Is that intentionally not in the `protected` section below?


https://reviews.llvm.org/D28298





More information about the cfe-commits mailing list