Print less verbose information when LLVM simulation fails #162
Labels
subsystem: crucible-llvm
Issues related to LLVM bitcode verification with crucible-llvm
topics: error-messages
Issues involving the messages SAW produces on error
type: enhancement
Issues describing an improvement to an existing feature or capability
Milestone
Currently, if the symbolic simulation of an LLVM program fails, it prints out the entire symbolic state of the program, which can in come cases be extremely large. Generally much of this information isn't relevant. It may make sense to print less by default, and only print everything if specifically asked for.
The text was updated successfully, but these errors were encountered: