[llvm-commits] Quotation marks around command line arguments

Danil Malyshev dmalyshev at accesssoftek.com
Tue Jan 25 08:58:03 PST 2011


Hello Takumi,

Thank you for your checks and review.

Based in this http://msdn.microsoft.com/en-us/library/17w5ykft%28v=vs.85%29.aspx C/C++ programs for Windows have a startup code that parse command line string and prepare argc/argv for main(). And this code removes quotes from command line arguments.
Unfortunately, I'm not found in gcc documentation about it, but I think it is works like Microsoft c/c++, because I run several tests for explore it.

I'll be glad if someone could confirm this.

Thank you,
Danil




More information about the llvm-commits mailing list