[Openmp-commits] [openmp] [openmp] Fixed Support for VA for record-replay. (PR #70396)

Johannes Doerfert via Openmp-commits openmp-commits at lists.llvm.org
Sat Oct 28 11:18:13 PDT 2023


================
@@ -49,40 +49,88 @@ struct RecordReplayTy {
   void *MemoryStart;
   void *MemoryPtr;
   size_t MemorySize;
----------------
jdoerfert wrote:

Not about this patch, but we really need to add documentation here, MemorySize doesn't really imply what this variable tracks. Probably renaming and docs is adequate. 

https://github.com/llvm/llvm-project/pull/70396


More information about the Openmp-commits mailing list