-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency: llvm-backend/src/main/native/llvm-backend (#3782)
Co-authored-by: devops <[email protected]> Co-authored-by: Bruce Collie <[email protected]>
- Loading branch information
1 parent
47ee46f
commit b1b22ea
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |