Skip to content

Add "ipe" flavour transformer to add support for building with IPE debug info

Matthew Pickering requested to merge wip/ipe-trans into master

The "ipe" transformer compilers everything in stage2 with -finfo-table-map and -fdistinct-constructor-tables to produce a compiler which is usable with -hi profiling and ghc-debug.

Merge request reports