[Openmp-commits] [PATCH] D112494: [OpenMP][NFCI] Pipe the IdentTy object through more new RT functions

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Jan 27 12:36:26 PST 2022


jhuber6 added inline comments.


================
Comment at: openmp/libomptarget/DeviceRTL/include/State.h:49
 /// TODO
 struct DateEnvironmentRAII {
+  DateEnvironmentRAII(IdentTy *Ident) { enterDataEnvironment(Ident); }
----------------
Is this supposed to be "Date"?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112494/new/

https://reviews.llvm.org/D112494



More information about the Openmp-commits mailing list