In https://reviews.llvm.org/D103855 we added access to IRTransformLayer, but I
just noticed that the function name is following the wrong pattern.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D104840
[Orc] Fix name of LLVMOrcIRTransformLayerSetTransform ClosedPublic Authored by vchuravy on Jun 23 2021, 10:51 PM.
Details Summary In https://reviews.llvm.org/D103855 we added access to IRTransformLayer, but I
Diff Detail
Event Timelinevchuravy added a child revision: D104799: [Orc] Add verylazy example for C-bindings.Jun 23 2021, 10:52 PM This revision was not accepted when it landed; it landed in state Needs Review.Jun 30 2021, 12:44 PM This revision was landed with ongoing or failed builds. Closed by commit rG69e0f790e032: [Orc] Fix name of LLVMOrcIRTransformLayerSetTransform (authored by vchuravy). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 354158 llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/OrcV2CBindingsIRTransforms.c
llvm/include/llvm-c/Orc.h
llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
|
clang-tidy: warning: invalid case style for function 'LLVMOrcIRTransformLayerSetTransform' [readability-identifier-naming]
not useful