Skip to content
  1. Sep 04, 2013
    • 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
  2. Aug 29, 2013
  3. Aug 27, 2013
  4. Aug 24, 2013
  5. Aug 13, 2013
    • Hans Wennborg's avatar
      [PECOFF] Handle "--" option explicitly · 04632f1f
      Hans Wennborg authored
      This used to be handled automagically by the option parsing library,
      but after LLVM r188314, we should handle it ourselves.
      
      No functionality change, but adds a test.
      
      llvm-svn: 188318
      04632f1f
  6. Aug 01, 2013
  7. Jul 26, 2013
  8. Jul 25, 2013
  9. Jul 23, 2013
  10. Jul 20, 2013
  11. Jul 19, 2013
  12. Jul 16, 2013
  13. Jun 16, 2013
  14. Jun 11, 2013
  15. Jun 09, 2013
  16. Jun 08, 2013
  17. May 31, 2013
  18. May 29, 2013
  19. May 28, 2013
Loading