diff options
author | Rui Ueyama <ruiu@google.com> | 2013-07-31 22:13:15 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2013-07-31 22:13:15 +0000 |
commit | 3adc09e9fcb3ec7f5415998ca8173dc8285783a5 (patch) | |
tree | 1547bea0e952d7bddd1170880ad34094276bbddb /llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | |
parent | 34237a5fd3c7481ad4fd0648d0f07a448112362d (diff) | |
download | bcm5719-llvm-3adc09e9fcb3ec7f5415998ca8173dc8285783a5.tar.gz bcm5719-llvm-3adc09e9fcb3ec7f5415998ca8173dc8285783a5.zip |
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
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/LoopVectorize.cpp')
0 files changed, 0 insertions, 0 deletions