macaw/.gitmodules
Ryan Scott e6a3fb0b87 Bump what4 submodule to version 1.4
The only other changes required are (1) deleting an unused dependency on
`what4-serialize`, and (2) raising upper version bounds on `what4`.

This brings in submodule changes from the following:

* GaloisInc/asl-translator#48, which performed a similar `what4` adaptation.
* GaloisInc/semmc#78, which performed a similar `what4` adaptation.
* GaloisIns/crucible#1068, which ensures that everything can build against
  `tasty-sugar >= 2.0` (the version of the library that `what4-1.4` depends on).
2023-03-21 16:05:53 -04:00

49 lines
1.7 KiB
Plaintext

[submodule "x86/tests/submodules/dwarf"]
path = deps/dwarf
url = https://github.com/GaloisInc/dwarf.git
[submodule "x86/tests/submodules/elf-edit"]
path = deps/elf-edit
url = https://github.com/GaloisInc/elf-edit.git
[submodule "x86/tests/submodules/flexdis86"]
path = deps/flexdis86
url = https://github.com/GaloisInc/flexdis86.git
[submodule "deps/crucible"]
path = deps/crucible
url = https://github.com/GaloisInc/crucible.git
[submodule "deps/llvm-pretty"]
path = deps/llvm-pretty
url = https://github.com/elliottt/llvm-pretty.git
[submodule "submodules/semmc"]
path = deps/semmc
url = git@github.com:GaloisInc/semmc.git
[submodule "submodules/dismantle"]
path = deps/dismantle
url = git@github.com:travitch/dismantle.git
[submodule "submodules/macaw-loader"]
path = deps/macaw-loader
url = git@github.com:GaloisInc/macaw-loader.git
[submodule "deps/llvm-pretty-bc-parser"]
path = deps/llvm-pretty-bc-parser
url = https://github.com/GaloisInc/llvm-pretty-bc-parser
[submodule "deps/asl-translator"]
path = deps/asl-translator
url = https://github.com/GaloisInc/asl-translator.git
[submodule "deps/arm-asl-parser"]
path = deps/arm-asl-parser
url = https://github.com/GaloisInc/arm-asl-parser.git
[submodule "deps/what4"]
path = deps/what4
url = git@github.com:GaloisInc/what4.git
[submodule "deps/grift"]
path = deps/grift
url = https://github.com/GaloisInc/grift.git
[submodule "deps/bv-sized"]
path = deps/bv-sized
url = https://github.com/GaloisInc/bv-sized
[submodule "deps/bv-sized-float"]
path = deps/bv-sized-float
url = https://github.com/GaloisInc/bv-sized-float
[submodule "deps/softfloat-hs"]
path = deps/softfloat-hs
url = https://github.com/GaloisInc/softfloat-hs