Skip to content

Commit

Permalink
crucible-llvm: Mention changes to binding function pointers in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Dec 5, 2023
1 parent 1b7c6f5 commit 433c97f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crucible-llvm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# next

* `bindLLVMFunPtr` now accepts an `Text.LLVM.AST.Symbol` rather than a whole `Declare`.
Use `decName` to get a `Symbol` from a `Declare`.

# 0.5
* Add `?memOpts :: MemOptions` constraints to the following functions:
* `Lang.Crucible.LLVM.MemModel`: `doStore`, `storeRaw`, `condStoreRaw`, and
Expand Down

0 comments on commit 433c97f

Please sign in to comment.