[llvm] [Offload] Add Error Codes to PluginInterface (PR #138258)

Callum Fare via llvm-commits llvm-commits at lists.llvm.org
Fri May 2 05:51:01 PDT 2025


================
@@ -477,7 +475,8 @@ OL_APIEXPORT ol_result_t OL_APICALL olMemFree(
 /// @brief Enqueue a memcpy operation.
 ///
 /// @details
-///    - For host pointers, use the device returned by olGetHostDevice
+///    - For host pointers, use the host device belonging to the
----------------
callumfare wrote:

Yeah that's my bad. If we continue to check in the generated files it would be useful to have CI catch this by checking there's no diff after regenerating.

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


More information about the llvm-commits mailing list