-
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.
Update dependency: llvm-backend/src/main/native/llvm-backend (#3728)
Co-authored-by: devops <[email protected]>
- Loading branch information
1 parent
8f1c68f
commit f3965e6
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
8 files
+36 −3 | bin/llvm-kompile | |
+4 −3 | bin/llvm-kompile-clang | |
+4 −1 | include/kllvm/codegen/ApplyPasses.h | |
+101 −0 | lib/codegen/ApplyPasses.cpp | |
+2 −1 | lib/codegen/CMakeLists.txt | |
+3 −2 | test/defn/io.kore | |
+7 −1 | test/lit.cfg.py | |
+36 −18 | tools/llvm-kompile-codegen/main.cpp |