Skip to content
  • Rui Ueyama's avatar
    [PECOFF] Ignore options starting with -? · 959aebf8
    Rui Ueyama authored
    The compiler is allowed to add a linker option starting with -?<name> to
    .drectve section. If the linker can interpret -<name>, it's processed as if
    there's no question mark there. If not, such option is silently ignored.
    
    This is a COFF's feature to allow the compiler to emit new linker options
    while keeping compatibility with older linkers.
    
    llvm-svn: 189897
    959aebf8
Loading