Skip to content
  • Sylvain Henry's avatar
    CmmToAsm DynFlags refactoring (#17957) · 747093b7
    Sylvain Henry authored and Marge Bot's avatar Marge Bot committed
    * Remove `DynFlags` parameter from `isDynLinkName`: `isDynLinkName` used
      to test the global `ExternalDynamicRefs` flag. Now we test it outside of
      `isDynLinkName`
    
    * Add new fields into `NCGConfig`: current unit id, sse/bmi versions,
      externalDynamicRefs, etc.
    
    * Replace many uses of `DynFlags` by `NCGConfig`
    
    * Moved `BMI/SSE` datatypes into `GHC.Platform`
    747093b7