Skip to content
  • Ian Lynagh's avatar
    Fix the GHC package DLL-splitting · 60b86b04
    Ian Lynagh authored
    There's now an internal -dll-split flag, which we use to tell GHC how
    the GHC package is split into 2 separate DLLs. This is used by
    Packages.isDllName to determine whether a call is within the same
    DLL, or whether it is a call to another DLL.
    60b86b04