Skip to content

Commit

Permalink
Merge pull request #1403 from GaloisInc/update-deps
Browse files Browse the repository at this point in the history
Update submodules.
  • Loading branch information
brianhuffman authored Aug 20, 2021
2 parents d78f9b7 + f587dc8 commit d76cdf4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deps/aig
Submodule aig updated 0 files
2 changes: 1 addition & 1 deletion deps/crucible
Submodule crucible updated 35 files
+5 −0 crucible-concurrency/.gitignore
+2 −1 crucible-concurrency/test/Main.hs
+1 −1 crucible-go/src/Lang/Crucible/Go/Overrides.hs
+3 −3 crucible-go/src/Lang/Crucible/Go/Simulate.hs
+2 −4 crucible-go/tool/Main.hs
+1 −0 crucible-llvm/src/Lang/Crucible/LLVM/Intrinsics.hs
+26 −2 crucible-llvm/src/Lang/Crucible/LLVM/Intrinsics/Libc.hs
+8 −5 crucible-llvm/src/Lang/Crucible/LLVM/MemModel/Generic.hs
+36 −1 crucible-llvm/test/TestMemory.hs
+4 −0 crucible/src/Lang/Crucible/Backend.hs
+26 −0 crux-llvm/crux-llvm.cabal
+94 −0 crux-llvm/for-ide/Main.hs
+34 −0 crux-llvm/for-ide/unix/RealMain.hs
+10 −0 crux-llvm/for-ide/windows/RealMain.hs
+14 −10 crux-llvm/src/Crux/LLVM/Compile.hs
+5 −0 crux-llvm/src/Crux/LLVM/Log.hs
+42 −13 crux-llvm/src/CruxLLVMMain.hs
+2 −0 crux-llvm/svcomp/Main.hs
+7 −0 crux-llvm/svcomp/SVComp/Log.hs
+6 −0 crux-llvm/test-data/golden/T784-fail.c
+4 −0 crux-llvm/test-data/golden/T784-fail.good
+6 −0 crux-llvm/test-data/golden/T784-pass.c
+1 −0 crux-llvm/test-data/golden/T784-pass.good
+5 −0 crux-llvm/test-data/golden/T787.c
+4 −0 crux-llvm/test-data/golden/T787.good
+6 −1 crux-mir/src/Mir/Language.hs
+7 −1 crux-mir/src/Mir/Log.hs
+3 −0 crux/src/Crux.hs
+26 −2 crux/src/Crux/Config.hs
+5 −1 crux/src/Crux/SVCOMP.hs
+6 −35 uc-crux-llvm/src/UCCrux/LLVM/Config.hs
+5 −0 uc-crux-llvm/src/UCCrux/LLVM/Logging.hs
+6 −1 uc-crux-llvm/src/UCCrux/LLVM/Main.hs
+6 −0 uc-crux-llvm/test/Test.hs
+2 −0 uc-crux-llvm/uc-crux-llvm.cabal
2 changes: 1 addition & 1 deletion deps/dwarf
2 changes: 1 addition & 1 deletion deps/macaw

0 comments on commit d76cdf4

Please sign in to comment.