[Openmp-commits] [openmp] [Libomptarget] Rework Record & Replay to be a plugin member (PR #88928)
Konstantinos Parasyris via Openmp-commits
openmp-commits at lists.llvm.org
Tue Apr 16 09:52:43 PDT 2024
================
@@ -1031,6 +1033,12 @@ struct GenericPluginTy {
return *RPCServer;
}
+ /// Get the RPC server running on this device.
----------------
koparasy wrote:
Fix the comment: Get the RecordReplay instance?
https://github.com/llvm/llvm-project/pull/88928
More information about the Openmp-commits
mailing list