mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-15 12:39:19 +00:00
[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:
parent
c6a384df1f
commit
93c94139e6
@ -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") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user