Skip to content
  • Simon Marlow's avatar
    Build ghc-iserv with --export-dynamic · 3ce0e0ba
    Simon Marlow authored and Ben Gamari's avatar Ben Gamari committed
    This enables loading dynamic libraries that refer to the RTS.  I just
    came across somewhere I needed to do that, and without
    `--export-dynamic` it's impossible.
    
    For now we'll only support that when using `-fexternal-interpreter`,
    because the dynamic symbol table for GHC itself is much bigger.
    
    Test Plan: validate
    
    Reviewers: niteria, austin, erikd, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: Phyx, thomie
    
    Differential Revision: https://phabricator.haskell.org/D2590
    3ce0e0ba