mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 02:31:26 +00:00
Doh! Wrong Optional flag. :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
03fe1bd149
commit
2233a07b68
@ -94,8 +94,9 @@ void cl::ParseCommandLineOptions(int &argc, char **argv,
|
||||
continue;
|
||||
}
|
||||
break;
|
||||
case Optional: break;
|
||||
default: cerr << "Bad ValueMask flag! CommandLine usage error!\n"; abort();
|
||||
case ValueOptional: break;
|
||||
default: cerr << "Bad ValueMask flag! CommandLine usage error:"
|
||||
<< Handler->getValueExpectedFlag() << endl; abort();
|
||||
}
|
||||
|
||||
// Run the handler now!
|
||||
|
@ -94,8 +94,9 @@ void cl::ParseCommandLineOptions(int &argc, char **argv,
|
||||
continue;
|
||||
}
|
||||
break;
|
||||
case Optional: break;
|
||||
default: cerr << "Bad ValueMask flag! CommandLine usage error!\n"; abort();
|
||||
case ValueOptional: break;
|
||||
default: cerr << "Bad ValueMask flag! CommandLine usage error:"
|
||||
<< Handler->getValueExpectedFlag() << endl; abort();
|
||||
}
|
||||
|
||||
// Run the handler now!
|
||||
|
Loading…
x
Reference in New Issue
Block a user