Skip to content

Draft: compiler: remove unused SectionTypes

Cheng Shao requested to merge type-dance/ghc:remove-unused-sectiontype into master

Removes unused SectionTypes: OtherSection and FiniArray. We never supported OtherSection in any backends, and never emitted .fini_array sections anywhere.

Merge request reports