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.79
  • Loading branch information
rv-jenkins committed Aug 9, 2024
1 parent 9df5fc5 commit 15d65e7
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.78";
llvm-backend.url = "github:runtimeverification/llvm-backend/v0.1.79";
haskell-backend = {
url = "github:runtimeverification/haskell-backend/v0.1.58";
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 75 files
+0 −2 include/kllvm/binary/ProofTraceParser.h
+0 −255 include/kllvm/binary/deserializer.h
+0 −69 include/kllvm/binary/ringbuffer.h
+0 −36 include/kllvm/binary/serializer.h
+0 −1 lib/binary/CMakeLists.txt
+0 −19 lib/binary/ProofTraceParser.cpp
+0 −75 lib/binary/ringbuffer.cpp
+0 −49 lib/binary/serializer.cpp
+1 −1 package/debian/changelog
+1 −1 package/version
+1 −11 runtime/main/main.ll
+2 −53 runtime/util/finish_rewriting.cpp
+0 −1 test/defn/imp-sum-slow.kore
+0 −1 test/defn/imp-sum.kore
+0 −1 test/defn/imp.kore
+0 −1 test/defn/kool-static.kore
+0 −37 test/lit.cfg.py
+0 −1 test/proof/add-rewrite.kore
+0 −1 test/proof/arith.kore
+0 −1 test/proof/assoc-function.kore
+0 −1 test/proof/builtin-functions.kore
+0 −1 test/proof/builtin-hook-events.kore
+0 −1 test/proof/builtin-int.kore
+0 −1 test/proof/builtin-io.kore
+0 −1 test/proof/builtin-json.kore
+0 −1 test/proof/cast.kore
+0 −1 test/proof/cell-collection.kore
+0 −1 test/proof/cell-value.kore
+0 −1 test/proof/concurrent-counters.kore
+0 −1 test/proof/conditional-function.kore
+0 −1 test/proof/custom-klabel-fun.kore
+0 −1 test/proof/decrement-int.kore
+0 −1 test/proof/decrement.kore
+0 −1 test/proof/double-rewrite.kore
+0 −1 test/proof/dv.kore
+0 −1 test/proof/exit-cell.kore
+0 −1 test/proof/fresh-gen.kore
+0 −1 test/proof/fun-context.kore
+0 −1 test/proof/imp.kore
+0 −1 test/proof/imp5-rw-literal.kore
+0 −1 test/proof/imp5-rw-succ.kore
+0 −1 test/proof/imp5.kore
+0 −1 test/proof/injections.kore
+0 −1 test/proof/is-zero.kore
+0 −1 test/proof/lambda-explicit-subst.kore
+0 −1 test/proof/let.kore
+0 −1 test/proof/list-assoc.kore
+0 −1 test/proof/list-cons.kore
+0 −1 test/proof/list-factory.kore
+0 −1 test/proof/list-semantic.kore
+0 −1 test/proof/macro.kore
+0 −1 test/proof/map-fun.kore
+0 −1 test/proof/memo-function.kore
+0 −1 test/proof/modular-config.kore
+0 −1 test/proof/nested-cells.kore
+0 −1 test/proof/non-rec-function.kore
+0 −1 test/proof/pcf.kore
+0 −1 test/proof/peano.kore
+0 −1 test/proof/prioritized-rule.kore
+0 −1 test/proof/projection.kore
+0 −1 test/proof/reg.kore
+0 −1 test/proof/set-fun.kore
+0 −1 test/proof/simple.kore
+0 −1 test/proof/single-rewrite.kore
+0 −1 test/proof/sum-cell.kore
+0 −1 test/proof/tree-reverse-int.kore
+0 −1 test/proof/tree-reverse.kore
+0 −1 test/proof/two-counters.kore
+0 −1 test/proof/type-cast.kore
+0 −1 tools/CMakeLists.txt
+0 −7 tools/kore-proof-trace-shm-writer/CMakeLists.txt
+0 −92 tools/kore-proof-trace-shm-writer/main.cpp
+0 −93 tools/kore-proof-trace/main.cpp
+0 −1 unittests/compiler/CMakeLists.txt
+0 −79 unittests/compiler/ringbuffer.cpp

0 comments on commit 15d65e7

Please sign in to comment.