This fixes -filetype=null support when compiling for a Win32 target
and the module has a CodeView flag.
The only places changed are the uses of getTargetStreamer function -
this patch guards both of them with null checks.
Differential D54008
[X86] Fix MCNullStreamer support for modules with a CodeView flag eush on Nov 1 2018, 3:15 PM. Authored by
Details This fixes -filetype=null support when compiling for a Win32 target The only places changed are the uses of getTargetStreamer function -
Diff Detail
Event Timeline |
(style) We normally do auto for cast cases like this as the type is obvious.