Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/coreclr/scripts/superpmi.py
Original file line number Diff line number Diff line change
Expand Up @@ -3012,6 +3012,11 @@ def verify_replay_common_args():
lambda unused: True,
"Unable to set jitoption")

coreclr_args.verify(args,
"compile", # The replay code checks this, so make sure it's set
lambda unused: True,
"Method context not valid")

coreclr_args.verify(args,
"collection_command",
lambda unused: True,
Expand Down