-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This bumps the `crucible` submodule to include GaloisInc/crucible#914. This also bumps the `macaw` submodule to include GaloisInc/macaw#244, which adapts `macaw-symbolic` to the `crucible` changes. These `crucible` changes require some tweaks in the following libraries: * In `heapster-saw`, we need to add a `NuMatching1` instance for `GlobalVar` now that `LLVM_SideConditions` has a field of type `GlobalVar Mem`. This also requires defining an opaque `NuMatching` instance for `Nonce` to support the `NuMatching1` instance for `GlobalVar`. Elsewhere in `heapster-saw`, we need to adapt a pattern match on `LLVM_SideConditions` to accommodate its new field. * In `saw-script`, we need to make sure that `?recordLLVMAnnotation` is given three arguments, not two, so that its type matches what `HasLLVMAnn` expects.
- Loading branch information
1 parent
8abb655
commit cfb08e7
Showing
7 changed files
with
27 additions
and
15 deletions.
There are no files selected for viewing
Submodule crucible
updated
25 files
Submodule macaw
updated
9 files
+1 −1 | deps/asl-translator | |
+1 −1 | deps/crucible | |
+1 −1 | deps/llvm-pretty | |
+1 −1 | deps/semmc | |
+1 −1 | deps/what4 | |
+1 −1 | refinement/src/Data/Macaw/Refinement/SymbolicExecution.hs | |
+1 −1 | refinement/tests/RefinementTests.hs | |
+3 −2 | symbolic/src/Data/Macaw/Symbolic.hs | |
+1 −1 | symbolic/src/Data/Macaw/Symbolic/Testing.hs |
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
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
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