-
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.
llvm-backend/src/main/native/llvm-backend: Set Version 39e5557366941e…
…6e50b138aa0861d8373f0faf2c
- Loading branch information
devops
committed
Nov 15, 2023
1 parent
7a36b78
commit 708efa4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llvm-backend
updated
8 files
+0 −2 | include/kllvm/codegen/Debug.h | |
+25 −0 | include/kllvm/codegen/Options.h | |
+5 −22 | lib/codegen/ApplyPasses.cpp | |
+1 −0 | lib/codegen/CMakeLists.txt | |
+0 −2 | lib/codegen/Debug.cpp | |
+63 −0 | lib/codegen/Options.cpp | |
+1 −7 | lib/codegen/ProofEvent.cpp | |
+22 −54 | tools/llvm-kompile-codegen/main.cpp |