Add stdout redirection option to ILCompiler#131346
Conversation
The SDK does not expose the stdout from ILC anywhere, add a flag to allow saving it to file instead. Similar to `JitStdOutFile`.
|
Azure Pipelines: Successfully started running 3 pipeline(s). 13 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
|
Tagging subscribers to this area: @agocke, @dotnet/ilc-contrib |
|
This looks odd to me as a compiler command line option. Does any other compiler you are aware of have a command line option like this? |
The JIT has EDIT: I'd be fine if instead we had some flag to pipe stdout through the sdk but that seems like a bigger ask. |
Doesn't it show up on binlogs? The |
The SDK does not expose the stdout from ILC anywhere, add a flag to allow saving it to file instead.
Similar to
JitStdOutFile.