Skip to content
  1. Aug 24, 2013
  2. 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
  3. Aug 07, 2013
  4. Aug 01, 2013
    • Rui Ueyama's avatar
      Revert "[PECOFF][Driver] Remove quotes from command line arguments." · 3adc09e9
      Rui Ueyama authored
      This reverts commit r187390 because we should not handle argv's quotes ourselves.
      
      In Windows, unlike Unix, quotes are not processed by the shell. Instead the C
      startup routine parses it as described in
      http://msdn.microsoft.com/en-us/library/a1y7w461.aspx and pass the results to
      main(). So, at the time when the control reaches main(), quotes that should be
      removed has already been removed.
      
      We still need to handle quotes in the response file and in .drectve section
      ourselves. That will be addressed in different patches.
      
      llvm-svn: 187534
      3adc09e9
  5. Jul 30, 2013
  6. Jul 27, 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
Loading