-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump submodules to allow building with what4-1.6.*
This bumps the `what4` submodule to the 1.6.* version series and updates the `.cabal` files in the `macaw` repo accordingly. Bumping the `what4` submodule also requires bringing in corresponding changes in the `crucible`, `llvm-pretty`, and `llvm-pretty-bc-parser` submodules, so I have done that as well.
- Loading branch information
1 parent
d04f097
commit 4db0341
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule llvm-pretty
updated
11 files
+6 −2 | .gitignore | |
+5 −0 | CHANGELOG.md | |
+36 −0 | README.md | |
+12 −6 | llvm-pretty.cabal | |
+36 −6 | src/Text/LLVM/AST.hs | |
+1 −0 | src/Text/LLVM/Labels.hs | |
+1 −1 | src/Text/LLVM/Lens.hs | |
+298 −195 | src/Text/LLVM/PP.hs | |
+6 −1 | test/Main.hs | |
+343 −0 | test/Output.hs | |
+62 −0 | test/TQQDefs.hs |
Submodule llvm-pretty-bc-parser
updated
42 files
Submodule what4
updated
32 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ library | |
text, | ||
vector, | ||
bytestring, | ||
what4 >= 1.1 && < 1.6 | ||
what4 >= 1.1 && < 1.7 | ||
|
||
hs-source-dirs: src | ||
|
||
|