Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup x86 #378

Merged
merged 9 commits into from
Mar 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deps/macaw
Submodule macaw updated 134 files
8 changes: 0 additions & 8 deletions saw-script.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,7 @@ library
SAWScript.Prover.Exporter

SAWScript.X86
SAWScript.X86SpecNew
SAWScript.X86Spec
SAWScript.X86Spec.Memory
SAWScript.X86Spec.Registers
SAWScript.X86Spec.Fresh
SAWScript.X86Spec.Literal
SAWScript.X86Spec.SAW
SAWScript.X86Spec.Monad
SAWScript.X86Spec.Types

GHC-options: -O2 -Wall -fno-ignore-asserts -fno-spec-constr-count
if impl(ghc == 8.0.1)
Expand Down
Loading