Skip to content
  • Tamar Christina's avatar
    Add missing SMP symbols to RT linker. · 94d1221c
    Tamar Christina authored
    Summary:
    Add some missing symbols that we
    export from the public headers but forgot to include
    in the runtime linker's symbol table.
    
    This is a bit of a unsatifactory patch, since we have a bit of a
    cat and mouse game going. We should find a way to automate this.
    
    But I know of no good solutions at the moment that won't add all
    rts symbols (including those we don't have an extern declaration for.).
    
    So for now, just add the ones reported missing.
    
    Test Plan: inplace/bin/ghc-stage2.exe --interactive
    
    Reviewers: RyanGlScott, austin, erikd, simonmar, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: thomie, #ghc_windows_task_force
    
    Differential Revision: https://phabricator.haskell.org/D2727
    
    GHC Trac Issues: #12846
    94d1221c