Non-scalar arguments accepted by crucible_llvm_extract #521
Labels
easy
Issues that are expected to be easy to resolve and might therefore be good for new contributors
subsystem: crucible-llvm
Issues related to LLVM bitcode verification with crucible-llvm
type: bug
Issues reporting bugs or unexpected/unwanted behavior
Milestone
Now that pointers and integers are unified in
crucible-llvm
, runningcrucible_llvm_extract
on functions taking pointer parameters results in obscure memory load failures rather than a simple message that such functions aren't supported. We should make it check more carefully.The text was updated successfully, but these errors were encountered: