[PATCH] Refactoring llvm command line parsing and option registration.
Rudy Pons
rudy.pons at ilod.org
Wed Jan 28 13:53:40 PST 2015
Hello,
This breaks the build on Visual 2013, with:
C:\Users\Ilod\pdb\llvm\lib\Support\CommandLine.cpp(90): error C2536: 'CommandLineParser::CommandLineParser::ProgramName' : cannot specify explicit initializer for arrays
You can't have an initializer for array or static array in the class definition in Visual 2013, you must do it in the constructor.
REPOSITORY
rL LLVM
http://reviews.llvm.org/D7132
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list