================
@@ -24,11 +24,24 @@ namespace offloading {
 /// This is the record of an object that just be registered with the offloading
 /// runtime.
 struct EntryTy {
+  /// Reserved bytes used to detect an older version of the struct, always 
zero.
+  uint64_t Reserved = 0x0;
----------------
jhuber6 wrote:

Yes, I think that's documented in the legacy interface.

https://github.com/llvm/llvm-project/pull/124018
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to