Skip to content
  1. Dec 15, 2017
  2. Nov 15, 2017
  3. Nov 03, 2017
  4. Oct 26, 2017
  5. Oct 12, 2017
  6. 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
  7. Sep 13, 2017
  8. Sep 11, 2017
Loading