mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-23 11:38:38 +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;
|
continue;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case Optional: break;
|
case ValueOptional: break;
|
||||||
default: cerr << "Bad ValueMask flag! CommandLine usage error!\n"; abort();
|
default: cerr << "Bad ValueMask flag! CommandLine usage error:"
|
||||||
|
<< Handler->getValueExpectedFlag() << endl; abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Run the handler now!
|
// Run the handler now!
|
||||||
|
@ -94,8 +94,9 @@ void cl::ParseCommandLineOptions(int &argc, char **argv,
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case Optional: break;
|
case ValueOptional: break;
|
||||||
default: cerr << "Bad ValueMask flag! CommandLine usage error!\n"; abort();
|
default: cerr << "Bad ValueMask flag! CommandLine usage error:"
|
||||||
|
<< Handler->getValueExpectedFlag() << endl; abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Run the handler now!
|
// Run the handler now!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user