[llvm] [Offload] add 'olIterateSymbols' runtime function (PR #213036)

Alex Duran via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 30 08:06:32 PDT 2026


================
@@ -43,6 +43,21 @@ Error L0GlobalHandlerTy::getGlobalMetadataFromDevice(GenericDeviceTy &Device,
   return Plugin::success();
 }
 
+Error L0GlobalHandlerTy::iterateSymbols(
----------------
adurang wrote:

is this intended to be called before or after the image is loaded on the device? After is loaded, it should be an ELF and no special handling should be necessary.

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


More information about the llvm-commits mailing list