Skip to content

Commit

Permalink
Export bindLLVMFunPtr (#1202)
Browse files Browse the repository at this point in the history
PR #1198 moved `bindLLVMFunPtr` to `Lang.Crucible.LLVM.Functions`, but it did
not export it publicly. This function is used by SAW, so it would be nice to
continue to offer it as part of the public API.
  • Loading branch information
RyanGlScott committed May 14, 2024
1 parent b0e3818 commit e5345da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crucible-llvm/src/Lang/Crucible/LLVM/Functions.hs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ module Lang.Crucible.LLVM.Functions
, allocLLVMFunPtr
, allocLLVMFunPtrs
, registerFunPtr
, bindLLVMFunPtr
, bindLLVMHandle
, bindLLVMCFG
, bindLLVMFunc
Expand Down

0 comments on commit e5345da

Please sign in to comment.