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

Speed up the override registration phase #228

Merged
merged 3 commits into from
May 10, 2019
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update crucible-llvm/src/Lang/Crucible/LLVM/Intrinsics/Common.hs
Co-Authored-By: Langston Barrett <[email protected]>
  • Loading branch information
robdockins and langston-barrett committed May 10, 2019
commit 92942674cb6e3340afdff0e3ec69a177d5fcb519
2 changes: 2 additions & 0 deletions crucible-llvm/src/Lang/Crucible/LLVM/Intrinsics/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ data OverrideTemplate p sym arch rtp l a =
, overrideTemplateAction :: RegOverrideM p sym arch rtp l a ()
}

robdockins marked this conversation as resolved.
Show resolved Hide resolved
-- | This type controls whether an override is installed for a given name found in a module.
-- See 'filterTemplates'.
data TemplateMatcher
= ExactMatch String
| PrefixMatch String
Expand Down