[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:12 PDT 2023


================
@@ -240,31 +288,37 @@ struct RecordReplayTy {
     Alloc = MemoryPtr;
     MemoryPtr = (char *)MemoryPtr + AlignedSize;
     MemorySize += AlignedSize;
-    DP("Memory Allocator return " DPxMOD "\n", DPxPTR(Alloc));
+    DP("Memory Allocator return %p \n", Alloc);
----------------
jdoerfert wrote:

Back to the old, portable implementation, please.

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


More information about the Openmp-commits mailing list