Skip to content
  1. May 17, 2019
    • Martin Storsjö's avatar
      [MinGW] Allow requesting PDB output without giving a file name · 2c52ddf3
      Martin Storsjö authored
      When integrating PDB output in mingw targeting build systems, it
      might be a lot of extra work to specify unique file names for
      the pdb output. Therefore allow omitting the actual file name
      and let it implicitly be the same name as the linker output, with
      a pdb extension.
      
      As the current form of the pdb option takes a separate parameter value,
      e.g. "-pdb out.pdb", it is impractical to leave out the parameter value.
      
      Therefore, introduce a second syntax for the option, with an equals
      sign, like -pdb=out.pdb, where the value easily can be omitted.
      
      The form -pdb= for requesting pdb files with an implicit name should
      work fine, even though it looks a bit unconventional in that form.
      
      Differential Revision: https://reviews.llvm.org/D62004
      
      llvm-svn: 361014
      2c52ddf3
  2. Apr 19, 2019
  3. Feb 19, 2019
  4. Feb 06, 2019
  5. Feb 05, 2019
  6. Jan 29, 2019
  7. Sep 10, 2018
  8. Jun 29, 2018
  9. May 15, 2018
  10. Mar 14, 2018
  11. Mar 01, 2018
  12. Feb 27, 2018
  13. Dec 15, 2017
  14. Nov 15, 2017
  15. Nov 03, 2017
  16. Oct 26, 2017
  17. Oct 12, 2017
  18. 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
  19. Sep 13, 2017
  20. Sep 11, 2017
Loading