mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Make sure this still compiles after LLVM r70437, which introduces a
specialization for command-line option template parser<char> which does the wrong thing for us...
This commit is contained in:
@@ -21,7 +21,7 @@ static cl::list<const PassInfo*, bool, PassNameParser>
|
||||
cl::Hidden // to clean up --help output
|
||||
);
|
||||
|
||||
static cl::opt<char> optimizeLevel(
|
||||
static cl::opt<unsigned char> optimizeLevel(
|
||||
cl::desc("Setting the optimization level:"),
|
||||
cl::ZeroOrMore,
|
||||
cl::values(
|
||||
|
||||
Reference in New Issue
Block a user