Support calling the constructors in llvm.global_ctors #357
Labels
needs design
Technical design work is needed for issue to progress
subsystem: crucible-llvm
Issues related to LLVM bitcode verification with crucible-llvm
type: feature request
Issues requesting a new feature or capability
unsoundness
Issues that can lead to unsoundness or false verification
Milestone
C++ code (e.g. anything in
iostream
) depends on the constructors in thellvm.global_ctors
global variable being called before any functions are run. These might call arbitrary code (and so should probably not be run by default), but we should have an option to run them when the user asks.See GaloisInc/crucible#145
The text was updated successfully, but these errors were encountered: