-
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 174bda585e236f…
…569587d6e462e02b739d1831dd
- Loading branch information
devops
committed
Dec 13, 2023
1 parent
8528219
commit 845b5cf
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llvm-backend
updated
14 files
+6 −0 | .clang-tidy | |
+66 −0 | .github/actions/with-docker/action.yml | |
+22 −8 | .github/workflows/Dockerfile | |
+28 −0 | .github/workflows/clang-format-check.yml | |
+0 −1 | include/kllvm/codegen/Util.h | |
+3 −4 | lib/codegen/CreateTerm.cpp | |
+5 −7 | lib/codegen/Decision.cpp | |
+6 −8 | lib/codegen/EmitConfigParser.cpp | |
+2 −0 | runtime/arithmetic/float.cpp | |
+0 −2 | runtime/arithmetic/int.cpp | |
+4 −2 | runtime/io/io.cpp | |
+2 −1 | runtime/strings/numeric.cpp | |
+11 −1 | runtime/util/ConfigurationSerializer.cpp | |
+30 −0 | scripts/clang-tidy.sh |