-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add graphvis DOT files to dump mir directory #45497
Conversation
src/librustc/session/config.rs
Outdated
@@ -1057,6 +1057,8 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options, | |||
"dump MIR state at various points in translation"), | |||
dump_mir_dir: Option<String> = (None, parse_opt_string, [UNTRACKED], | |||
"the directory the MIR is dumped into"), | |||
dump_mir_graphviz: bool = (false, parse_bool, [UNTRACKED], | |||
"additionally to MIR create graphviz DOT files"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe: when dumping MIR, also create graphviz-style .dot
files
Looks good! Left a small comment. |
e87bcb2
to
08b1fe3
Compare
@nikomatsakis The current wording is
is it good enough for an r=? |
"in addition to" sounds better than "additionally to"
@bors r+ |
📌 Commit b2c2ba4 has been approved by |
add graphvis DOT files to dump mir directory r? @nikomatsakis
💔 Test failed - status-travis |
@bors retry
|
add graphvis DOT files to dump mir directory r? @nikomatsakis
☀️ Test successful - status-appveyor, status-travis |
r? @nikomatsakis