Skip to content
  1. 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
  2. Jul 30, 2013
  3. Jul 27, 2013
  4. Jul 26, 2013
  5. Jul 25, 2013
  6. Jul 23, 2013
  7. Jul 20, 2013
  8. Jul 19, 2013
  9. Jul 16, 2013
  10. Jun 16, 2013
  11. Jun 11, 2013
  12. Jun 09, 2013
  13. Jun 08, 2013
  14. May 31, 2013
Loading