Skip to content

Commit

Permalink
llvm-backend/src/main/native/llvm-backend: Set Version 8c77e2101ee076…
Browse files Browse the repository at this point in the history
…d7f2cce9744c9a4b35efea1a8f
  • Loading branch information
devops committed Jan 31, 2024
1 parent 3716938 commit 8e965d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm-backend/src/main/native/llvm-backend
Submodule llvm-backend updated 37 files
+7 −0 bin/llvm-kompile
+4 −0 bindings/c/include/kllvm-c/kllvm-c.h
+7 −2 bindings/c/lib.cpp
+0 −3 include/kllvm/codegen/CreateTerm.h
+18 −0 include/kllvm/codegen/Metadata.h
+1 −0 lib/codegen/CMakeLists.txt
+0 −17 lib/codegen/CreateTerm.cpp
+50 −0 lib/codegen/Metadata.cpp
+1 −0 runtime/strings/CMakeLists.txt
+10 −0 runtime/strings/bytes.cpp
+25 −0 runtime/strings/copy_on_write.cpp
+1 −0 test/c/Inputs/api.c
+1 −0 test/c/Inputs/api.h
+3,220 −0 test/defn/bytes-cow/bytes-cow-1.kore
+3,033 −0 test/defn/bytes-cow/bytes-cow-2.kore
+3,043 −0 test/defn/bytes-cow/bytes-cow-3.kore
+3,301 −0 test/defn/bytes-cow/bytes-cow-4.kore
+3,272 −0 test/defn/bytes-cow/bytes-cow-5.kore
+26 −0 test/defn/k-files/bytes-cow/bytes-cow-1.k
+26 −0 test/defn/k-files/bytes-cow/bytes-cow-2.k
+24 −0 test/defn/k-files/bytes-cow/bytes-cow-3.k
+28 −0 test/defn/k-files/bytes-cow/bytes-cow-4.k
+32 −0 test/defn/k-files/bytes-cow/bytes-cow-5.k
+1 −0 test/input/bytes-cow-1.in
+1 −0 test/input/bytes-cow-2.in
+1 −0 test/input/bytes-cow-3.in
+1 −0 test/input/bytes-cow-4.in
+1 −0 test/input/bytes-cow-5.in
+1 −0 test/output/bytes-cow-1.out.diff
+1 −0 test/output/bytes-cow-2.out.diff
+1 −0 test/output/bytes-cow-3.out.diff
+1 −0 test/output/bytes-cow-4.out.diff
+1 −0 test/output/bytes-cow-5.out.diff
+14 −3 tools/llvm-kompile-codegen/main.cpp
+2 −0 unittests/runtime-ffi/ffi.cpp
+1 −0 unittests/runtime-io/io.cpp
+3 −0 unittests/runtime-strings/stringtest.cpp

0 comments on commit 8e965d7

Please sign in to comment.