[all-commits] [llvm/llvm-project] b425f5: [C-API][ORC] Fix struct name.
lhames via All-commits
all-commits at lists.llvm.org
Mon Jun 13 13:54:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b425f556935c1105dea59871a46caa7af2d378ad
https://github.com/llvm/llvm-project/commit/b425f556935c1105dea59871a46caa7af2d378ad
Author: Lang Hames <lhames at gmail.com>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
M llvm/include/llvm-c/Orc.h
M llvm/unittests/ExecutionEngine/Orc/OrcCAPITest.cpp
Log Message:
-----------
[C-API][ORC] Fix struct name.
This struct was using the wrong prefix (LLVMJIT... vs LLVMOrc...).
Commit: 99a7e307ffc7f411f6379e8c03282f7d81fac15c
https://github.com/llvm/llvm-project/commit/99a7e307ffc7f411f6379e8c03282f7d81fac15c
Author: Lang Hames <lhames at gmail.com>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
M llvm/unittests/ExecutionEngine/Orc/OrcCAPITest.cpp
Log Message:
-----------
[C-API][ORC] Add missing error check to unit test.
Compare: https://github.com/llvm/llvm-project/compare/f4fdc4f4d9f6...99a7e307ffc7
More information about the All-commits
mailing list