llvm-project/lld/unittests
Rui Ueyama 3adc09e9fc Revert "[PECOFF][Driver] Remove quotes from command line arguments."
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
2013-07-31 22:13:15 +00:00
..
CoreTests Fix the build with clang and libstdc++4.7. 2013-07-16 20:18:13 +00:00
DriverTests Revert "[PECOFF][Driver] Remove quotes from command line arguments." 2013-07-31 22:13:15 +00:00
CMakeLists.txt [Driver] Fix symlinked universal driver behavior and add a test. 2013-04-04 22:04:16 +00:00