[PATCH] Refactoring llvm command line parsing and option registration.
Chris Bieneman
beanz at apple.com
Wed Jan 28 14:00:27 PST 2015
I’ll put together a patch for this shortly.
-Chris
> On Jan 28, 2015, at 1:53 PM, Rudy Pons <rudy.pons at ilod.org> wrote:
>
> 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