[Openmp-commits] [openmp] [OpenMP] Add OpenMP extension API to dump mapping tables (PR #85381)
Joseph Huber via Openmp-commits
openmp-commits at lists.llvm.org
Mon Mar 18 08:56:02 PDT 2024
================
@@ -16,28 +16,33 @@
#include "device.h"
/// Dump a table of all the host-target pointer pairs on failure
-void dumpTargetPointerMappings(const ident_t *Loc, DeviceTy &Device) {
+void dumpTargetPointerMappings(const ident_t *Loc, DeviceTy &Device,
----------------
jhuber6 wrote:
Oh yeah, this should be `ToStdOut`.
https://github.com/llvm/llvm-project/pull/85381
More information about the Openmp-commits
mailing list