-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crucible-llvm: Generalize
LLVMOverride
's ext
parameter
Previously, the `OverrideSim` action for an `LLVMOverride` was assumed to have a fixed `ext` parameter, namely, `LLVM`. While this is intuitively appealing, it turns out not to be necessary. This is because there are only a few operations in the `OverrideSim` monad that make essential use of the `ext` parameter, such as registering or calling a CFG in the given language extension. These operations are unlikely to be used when defining, e.g., overrides for libc functions. The motivation for generalizing the parameter is to enable the reuse of `LLVMOverride`s in other Crucible language extensions that make use of the LLVM memory model, namely, Macaw.
- Loading branch information
1 parent
af9c127
commit e13f1e4
Showing
4 changed files
with
211 additions
and
211 deletions.
There are no files selected for viewing
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
Oops, something went wrong.