Skip to content

NCG: correctly escape path strings on Windows (#16389)

Sylvain Henry requested to merge hsyl20/ghc:hsyl20-16389-windows-paths into master

GHC native code generator generates .incbin and .file directives. We need to escape those strings correctly on Windows (see #16389 (closed)).

Merge request reports