Skip to content
  • David Terei's avatar
    Fix trac # 5486 · fe60dd4a
    David Terei authored
    LLVM has a problem when the user imports some FFI types
    like memcpy and memset in a manner that conflicts with
    the types that GHC uses internally.
    
    So now we pre-initialise the environment with the most
    general types for these functions.
    fe60dd4a