Skip to content
  • olsner's avatar
    Fix string merging with -split-sections · 4026b452
    olsner authored and Ben Gamari's avatar Ben Gamari committed
    The added flags for string literal merging ended up printed in the
    middle of the section name when -split-sections was enabled. Break it up
    to put the flags after the name.
    
    Test Plan: validate with SplitSections=YES
    
    Reviewers: austin, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D2865
    
    GHC Trac Issues: #9577
    4026b452