-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
llvm-backend/src/main/native/llvm-backend: Set Version fc3845d20e911c…
…10193092fea59f17c7d0aba7f4
- Loading branch information
devops
committed
Dec 18, 2023
1 parent
be773f8
commit 0ee36f6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llvm-backend
updated
9 files
+15 −0 | bindings/core/src/core.cpp | |
+3 −0 | bindings/python/runtime.cpp | |
+3 −0 | include/kllvm/bindings/core/core.h | |
+3 −1 | include/runtime/header.h | |
+11 −3 | runtime/util/ConfigurationSerializer.cpp | |
+2 −2 | runtime/util/util.cpp | |
+2,213 −0 | test/python/Inputs/evaluate.kore | |
+16 −0 | test/python/k-files/evaluate.k | |
+45 −0 | test/python/test_evaluate.py |