[all-commits] [llvm/llvm-project] 8962c6: [ORC][C-bindings] Re-order object transform functi...
lhames via All-commits
all-commits at lists.llvm.org
Fri Jun 18 05:17:03 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8962c68ad007a525f9daa987c99eda57e0d0069a
https://github.com/llvm/llvm-project/commit/8962c68ad007a525f9daa987c99eda57e0d0069a
Author: Lang Hames <lhames at gmail.com>
Date: 2021-06-18 (Fri, 18 Jun 2021)
Changed paths:
M llvm/examples/OrcV2Examples/OrcV2CBindingsDumpObjects/OrcV2CBindingsDumpObjects.c
M llvm/include/llvm-c/Orc.h
M llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
Log Message:
-----------
[ORC][C-bindings] Re-order object transform function arguments.
ObjInOut is an in-out parameter not a return value argument, so by convention
it should come after the context value (Ctx).
More information about the All-commits
mailing list