Skip to content
  1. Mar 01, 2018
  2. Feb 27, 2018
  3. Dec 15, 2017
  4. Nov 15, 2017
  5. Nov 03, 2017
  6. Oct 26, 2017
  7. Oct 12, 2017
  8. Sep 14, 2017
    • Rui Ueyama's avatar
      Accept not only --foo but also -foo. · 1f4cdcfe
      Rui Ueyama authored
      GNU ld manual says that multi-letter long option can be prefixed with
      either -- or -. Therefore, we should accept not only --subsystem but
      also -subsystem, for example.
      
      There is one exception. If an option starts with "o", it should only be
      prefixed with -- to avoid ambiguity with -o<filename> option.
      
      Differential Revision: https://reviews.llvm.org/D37825
      
      llvm-svn: 313286
      1f4cdcfe
  9. Sep 13, 2017
  10. Sep 11, 2017
Loading