-
Notifications
You must be signed in to change notification settings - Fork 150
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 44a675f1c1d4b5…
…3d6f174d67fe9776ddb4c89419
- Loading branch information
devops
committed
Oct 31, 2023
1 parent
cf7ae22
commit c6df3db
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llvm-backend
updated
13 files
+5 −4 | INSTALL.md | |
+2 −14 | cmake/FindLLVM.cmake | |
+1 −1 | default.nix | |
+8 −8 | flake.nix | |
+10 −15 | include/kllvm/codegen/Util.h | |
+2 −16 | lib/codegen/ApplyPasses.cpp | |
+37 −19 | lib/codegen/CreateStaticTerm.cpp | |
+30 −22 | lib/codegen/CreateTerm.cpp | |
+0 −5 | lib/codegen/Debug.cpp | |
+15 −14 | lib/codegen/Decision.cpp | |
+6 −3 | lib/codegen/DecisionParser.cpp | |
+23 −11 | lib/codegen/EmitConfigParser.cpp | |
+0 −19 | lib/codegen/Util.cpp |