[Openmp-commits] [openmp] [Libomptarget] Rework Record & Replay to be a plugin member (PR #88928)

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Tue Apr 16 11:10:57 PDT 2024


================
@@ -1031,6 +1033,12 @@ struct GenericPluginTy {
     return *RPCServer;
   }
 
+  /// Get a reference to the R&R interface for this plugin.
+  RecordReplayTy &getRecordAndReplay() const {
+    assert(RPCServer && "R&R not initialized");
----------------
jhuber6 wrote:

Done, lots of copy and paste mistakes.

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


More information about the Openmp-commits mailing list