Skip to content
  • Rui Ueyama's avatar
    [PECOFF] Ignore /functionpadmin option. · ea35c0ba
    Rui Ueyama authored
    If /functionpadmin is specified, the linker is supposed to make room at the
    beginning of each function, so that self-modifying program would easily
    hotpatch existing functions. Since I'm not sure if this feature is really used,
    I'll make LLD to ignore the option for now.
    
    llvm-svn: 196363
    ea35c0ba
Loading