Skip to content

Commit

Permalink
flake.nix, llvm-backend/src/main/native/llvm-backend: update to versi…
Browse files Browse the repository at this point in the history
…on v0.1.69
  • Loading branch information
rv-jenkins committed Jul 31, 2024
1 parent aca6c97 commit 455d71b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
description = "K Framework";
inputs = {
llvm-backend.url = "github:runtimeverification/llvm-backend/v0.1.68";
llvm-backend.url = "github:runtimeverification/llvm-backend/v0.1.69";
haskell-backend = {
url = "github:runtimeverification/haskell-backend/v0.1.51";
inputs.rv-utils.follows = "llvm-backend/rv-utils";
Expand Down
2 changes: 1 addition & 1 deletion llvm-backend/src/main/native/llvm-backend
Submodule llvm-backend updated 64 files
+36 −0 include/kllvm/binary/serializer.h
+27 −0 lib/binary/serializer.cpp
+1 −1 package/debian/changelog
+1 −1 package/version
+12 −1 runtime/main/main.ll
+66 −6 runtime/util/finish_rewriting.cpp
+1 −0 test/defn/imp-sum-slow.kore
+1 −0 test/defn/imp-sum.kore
+1 −0 test/defn/imp.kore
+1 −0 test/defn/kool-static.kore
+16 −4 test/lit.cfg.py
+1 −0 test/proof/add-rewrite.kore
+1 −0 test/proof/arith.kore
+1 −0 test/proof/assoc-function.kore
+1 −0 test/proof/builtin-functions.kore
+1 −0 test/proof/builtin-hook-events.kore
+1 −0 test/proof/builtin-int.kore
+1 −0 test/proof/builtin-io.kore
+1 −0 test/proof/builtin-json.kore
+1 −0 test/proof/cast.kore
+1 −0 test/proof/cell-collection.kore
+1 −0 test/proof/cell-value.kore
+1 −0 test/proof/concurrent-counters.kore
+1 −0 test/proof/conditional-function.kore
+1 −0 test/proof/custom-klabel-fun.kore
+1 −0 test/proof/decrement-int.kore
+1 −0 test/proof/decrement.kore
+1 −0 test/proof/double-rewrite.kore
+1 −0 test/proof/dv.kore
+1 −0 test/proof/exit-cell.kore
+1 −0 test/proof/fresh-gen.kore
+1 −0 test/proof/fun-context.kore
+1 −0 test/proof/imp.kore
+1 −0 test/proof/imp5-rw-literal.kore
+1 −0 test/proof/imp5-rw-succ.kore
+1 −0 test/proof/imp5.kore
+1 −0 test/proof/injections.kore
+1 −0 test/proof/is-zero.kore
+1 −0 test/proof/lambda-explicit-subst.kore
+1 −0 test/proof/let.kore
+1 −0 test/proof/list-assoc.kore
+1 −0 test/proof/list-cons.kore
+1 −0 test/proof/list-factory.kore
+1 −0 test/proof/list-semantic.kore
+1 −0 test/proof/macro.kore
+1 −0 test/proof/map-fun.kore
+1 −0 test/proof/memo-function.kore
+1 −0 test/proof/modular-config.kore
+1 −0 test/proof/nested-cells.kore
+1 −0 test/proof/non-rec-function.kore
+1 −0 test/proof/pcf.kore
+1 −0 test/proof/peano.kore
+1 −0 test/proof/prioritized-rule.kore
+1 −0 test/proof/projection.kore
+1 −0 test/proof/reg.kore
+1 −0 test/proof/set-fun.kore
+1 −0 test/proof/simple.kore
+1 −0 test/proof/single-rewrite.kore
+1 −0 test/proof/sum-cell.kore
+1 −0 test/proof/tree-reverse-int.kore
+1 −0 test/proof/tree-reverse.kore
+1 −0 test/proof/two-counters.kore
+1 −0 test/proof/type-cast.kore
+0 −5 tools/kore-proof-trace-shm-writer/CMakeLists.txt

0 comments on commit 455d71b

Please sign in to comment.