-
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9425c33
commit d91c367
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llvm-jit
updated
14 files
+5 −0 | .github/workflows/test-aot-cli.yml | |
+8 −1 | README.md | |
+1 −2 | cli/README.md | |
+6 −2 | cli/main.cpp | |
+1 −1 | example/CMakeLists.txt | |
+0 −0 | example/basic.cpp | |
+21 −10 | include/llvmbpf.hpp | |
+54 −18 | src/llvm_jit_context.cpp | |
+2 −6 | src/llvm_jit_context.hpp | |
+51 −24 | src/vm.cpp | |
+1 −0 | test/unit-test/CMakeLists.txt | |
+2 −27 | test/unit-test/bpf_prog_test.cpp | |
+0 −49 | test/unit-test/bpf_progs.h | |
+201 −0 | test/unit-test/vm_test.cpp |