runtimeverification / llvm-backend

KORE to llvm translation
BSD 3-Clause "New" or "Revised" License
36 stars 23 forks source link

disable proof hint generation during call to get_exit_code #1153

Closed dwightguth closed 1 month ago

dwightguth commented 1 month ago

Previously, the get_exit_code call would emit events into the proof trace. This is not actually part of the proof of execution though, so we should omit these events.