Add missing (void) for function declarations in C
[ORC][C-bindings] Re-order object transform function arguments.ObjInOut is an in-out parameter not a return value argument, so by conventionit should come after the context value (Ctx).
[ORC] Add support for dumping objects to the C API.Provides ObjectTransformLayer APIs, a getter to access theObjectTransformLayer member of LLJIT, and the DumpObjects utilityto make construction
[ORC] Add support for dumping objects to the C API.Provides ObjectTransformLayer APIs, a getter to access theObjectTransformLayer member of LLJIT, and the DumpObjects utilityto make construction of a dump-to-disk transform easy.An example showing how the new APIs can be used has been added inllvm/examples/OrcV2Examples/OrcV2CBindingsDumpObjects.
show more ...