[all-commits] [llvm/llvm-project] 666540: [ORC] Swap handleAsync handler and send-result arg...
Lang Hames via All-commits
all-commits at lists.llvm.org
Mon Mar 10 19:17:50 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 666540cb65331970e4953891cb8525a32e7da6b8
https://github.com/llvm/llvm-project/commit/666540cb65331970e4953891cb8525a32e7da6b8
Author: Lang Hames <lhames at gmail.com>
Date: 2025-03-11 (Tue, 11 Mar 2025)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h
M llvm/unittests/ExecutionEngine/Orc/WrapperFunctionUtilsTest.cpp
Log Message:
-----------
[ORC] Swap handleAsync handler and send-result arguments.
Placing the handler argument last improves readability when passing a lambda
value (the common case for this API).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list