Skip to content
  • jeffrey young's avatar
    25121dbc
    linker: add --optimistic-linking flag · 25121dbc
    jeffrey young authored and Marge Bot's avatar Marge Bot committed
    This patch adds:
    
    - the --optimistic-linking flag which binds unknown symbols in the
    runtime linker to 0xDEADBEEF instead of exiting with failure
    
    - The test T25240 which tests these flags using dead code in the FFI system.
    
    - closes #25240
    
    This patch is part of the upstreaming haskell.nix patches project.
    25121dbc
    linker: add --optimistic-linking flag
    jeffrey young authored and Marge Bot's avatar Marge Bot committed
    This patch adds:
    
    - the --optimistic-linking flag which binds unknown symbols in the
    runtime linker to 0xDEADBEEF instead of exiting with failure
    
    - The test T25240 which tests these flags using dead code in the FFI system.
    
    - closes #25240
    
    This patch is part of the upstreaming haskell.nix patches project.
Loading