[PATCH] D139381: Added a C-API binding to query the LLVM version
wenzel.jakob@epfl.ch via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 5 17:17:05 PST 2022
wjakob added a comment.
Dear LLVM developers -- this is my first contribution to the LLVM project, I hope I got it right.
Note that I am adding a new C-API function, and that should in principle be covered by tests. However, it was not sure to me where such a test would be added.
The only systematic tests of the C API I could find were really specific to certain components like `./unittests/Passes/PassBuilderBindingsTest.cpp` or `unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139381/new/
https://reviews.llvm.org/D139381
More information about the llvm-commits
mailing list