[flang][f18] Remove unimplemented options (NFC)

These options are in practice passes to the external tool (defined with
F18_FC), i.e. fall into "unrecognised" category. No need to keep them
among other options that are actually parsed.
This commit is contained in:
Andrzej Warzynski 2020-11-05 18:33:27 +00:00
parent c6a384df1f
commit 93c94139e6

View File

@ -525,7 +525,6 @@ int main(int argc, char *const argv[]) {
driver.measureTree = true;
} else if (arg == "-fdebug-instrumented-parse") {
options.instrumentedParse = true;
} else if (arg == "-fdebug-semantics") {
} else if (arg == "-fdebug-no-semantics") {
driver.debugNoSemantics = true;
} else if (arg == "-funparse") {
@ -565,8 +564,6 @@ int main(int argc, char *const argv[]) {
} else {
driver.F18_FCArgs.push_back("-fdefault-integer-8");
}
} else if (arg == "-Mlargearray") {
} else if (arg == "-Mnolargearray") {
} else if (arg == "-flarge-sizes") {
defaultKinds.set_sizeIntegerKind(8);
} else if (arg == "-fno-large-sizes") {