Skip to content
  • Peter Wortmann's avatar
    Generate DWARF info section · cc481ec8
    Peter Wortmann authored
    This is where we actually make GHC emit DWARF code. The info section
    contains all the general meta information bits as well as an entry for
    every block of native code.
    
    Notes:
    
    * We need quite a few new labels in order to properly address starts
      and ends of blocks.
    
    * Thanks to Nathan Howell for taking the iniative to get our own Haskell
      language ID for DWARF!
    
    (From Phabricator D396)
    cc481ec8