[all-commits] [llvm/llvm-project] a42d5c: Revert "Add missing include after dfd74db9"
lhames via All-commits
all-commits at lists.llvm.org
Sun Oct 10 13:15:42 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a42d5c34d0053f9f241cc0231edb4f4d34c7b4da
https://github.com/llvm/llvm-project/commit/a42d5c34d0053f9f241cc0231edb4f4d34c7b4da
Author: Lang Hames <lhames at gmail.com>
Date: 2021-10-10 (Sun, 10 Oct 2021)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h
Log Message:
-----------
Revert "Add missing include after dfd74db9"
This reverts commit dd384d2814094bf5d3ab44f917f759fa24a41158.
dfd74db9 was reverted in 8fe3d9df0ed, so this is no longer needed.
Commit: da7f993a8d615c7306d3576f9669eb4d0a4b65f4
https://github.com/llvm/llvm-project/commit/da7f993a8d615c7306d3576f9669eb4d0a4b65f4
Author: Lang Hames <lhames at gmail.com>
Date: 2021-10-10 (Sun, 10 Oct 2021)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/include/llvm/ExecutionEngine/Orc/EPCGenericMemoryAccess.h
M llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h
M llvm/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h
M llvm/lib/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManager.cpp
M llvm/lib/ExecutionEngine/Orc/ExecutorProcessControl.cpp
M llvm/lib/ExecutionEngine/Orc/SimpleRemoteEPC.cpp
M llvm/unittests/ExecutionEngine/Orc/ExecutionSessionWrapperFunctionCallsTest.cpp
Log Message:
-----------
[ORC] Reorder callWrapperAsync and callSPSWrapperAsync parameters.
The callee address is now the first parameter and the 'SendResult' function
the second. This change improves consistentency with the non-async functions
where the callee is the first address and the return value the second.
Compare: https://github.com/llvm/llvm-project/compare/9e65929a8e2c...da7f993a8d61
More information about the All-commits
mailing list