Please use GitHub pull requests for new patches. Avoid migrating existing patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
flang/test/Driver/driver-help.f90
Show All 39 Lines | |||||
! HELP-NEXT: -fintrinsic-modules-path <dir> | ! HELP-NEXT: -fintrinsic-modules-path <dir> | ||||
! HELP-NEXT: Specify where to find the compiled intrinsic modules | ! HELP-NEXT: Specify where to find the compiled intrinsic modules | ||||
! HELP-NEXT: -flarge-sizes Use INTEGER(KIND=8) for the result type in size-related intrinsics | ! HELP-NEXT: -flarge-sizes Use INTEGER(KIND=8) for the result type in size-related intrinsics | ||||
! HELP-NEXT: -flogical-abbreviations Enable logical abbreviations | ! HELP-NEXT: -flogical-abbreviations Enable logical abbreviations | ||||
! HELP-NEXT: -fno-automatic Implies the SAVE attribute for non-automatic local objects in subprograms unless RECURSIVE | ! HELP-NEXT: -fno-automatic Implies the SAVE attribute for non-automatic local objects in subprograms unless RECURSIVE | ||||
! HELP-NEXT: -fno-color-diagnostics Disable colors in diagnostics | ! HELP-NEXT: -fno-color-diagnostics Disable colors in diagnostics | ||||
! HELP-NEXT: -fno-integrated-as Disable the integrated assembler | ! HELP-NEXT: -fno-integrated-as Disable the integrated assembler | ||||
! HELP-NEXT: -fno-signed-zeros Allow optimizations that ignore the sign of floating point zeros | ! HELP-NEXT: -fno-signed-zeros Allow optimizations that ignore the sign of floating point zeros | ||||
! HELP-NEXT: -fno-stack-arrays Allocate array temporaries on the heap (default) | |||||
! HELP-NEXT: -fopenacc Enable OpenACC | ! HELP-NEXT: -fopenacc Enable OpenACC | ||||
! HELP-NEXT: -fopenmp Parse OpenMP pragmas and generate parallel code. | ! HELP-NEXT: -fopenmp Parse OpenMP pragmas and generate parallel code. | ||||
! HELP-NEXT: -fpass-plugin=<dsopath> Load pass plugin from a dynamic shared object file (only with new pass manager). | ! HELP-NEXT: -fpass-plugin=<dsopath> Load pass plugin from a dynamic shared object file (only with new pass manager). | ||||
! HELP-NEXT: -freciprocal-math Allow division operations to be reassociated | ! HELP-NEXT: -freciprocal-math Allow division operations to be reassociated | ||||
! HELP-NEXT: -fstack-arrays Attempt to allocate array temporaries on the stack, no matter their size | |||||
! HELP-NEXT: -fsyntax-only Run the preprocessor, parser and semantic analysis stages | ! HELP-NEXT: -fsyntax-only Run the preprocessor, parser and semantic analysis stages | ||||
! HELP-NEXT: -fxor-operator Enable .XOR. as a synonym of .NEQV. | ! HELP-NEXT: -fxor-operator Enable .XOR. as a synonym of .NEQV. | ||||
! HELP-NEXT: -help Display available options | ! HELP-NEXT: -help Display available options | ||||
! HELP-NEXT: -I <dir> Add directory to the end of the list of include search paths | ! HELP-NEXT: -I <dir> Add directory to the end of the list of include search paths | ||||
! HELP-NEXT: -mllvm <value> Additional arguments to forward to LLVM's option processing | ! HELP-NEXT: -mllvm <value> Additional arguments to forward to LLVM's option processing | ||||
! HELP-NEXT: -mmlir <value> Additional arguments to forward to MLIR's option processing | ! HELP-NEXT: -mmlir <value> Additional arguments to forward to MLIR's option processing | ||||
! HELP-NEXT: -module-dir <dir> Put MODULE files in <dir> | ! HELP-NEXT: -module-dir <dir> Put MODULE files in <dir> | ||||
! HELP-NEXT: -nocpp Disable predefined and command line preprocessor macros | ! HELP-NEXT: -nocpp Disable predefined and command line preprocessor macros | ||||
▲ Show 20 Lines • Show All 65 Lines • ▼ Show 20 Lines | |||||
! HELP-FC1-NEXT: -flarge-sizes Use INTEGER(KIND=8) for the result type in size-related intrinsics | ! HELP-FC1-NEXT: -flarge-sizes Use INTEGER(KIND=8) for the result type in size-related intrinsics | ||||
! HELP-FC1-NEXT: -flogical-abbreviations Enable logical abbreviations | ! HELP-FC1-NEXT: -flogical-abbreviations Enable logical abbreviations | ||||
! HELP-FC1-NEXT: -fno-analyzed-objects-for-unparse | ! HELP-FC1-NEXT: -fno-analyzed-objects-for-unparse | ||||
! HELP-FC1-NEXT: Do not use the analyzed objects when unparsing | ! HELP-FC1-NEXT: Do not use the analyzed objects when unparsing | ||||
! HELP-FC1-NEXT: -fno-automatic Implies the SAVE attribute for non-automatic local objects in subprograms unless RECURSIVE | ! HELP-FC1-NEXT: -fno-automatic Implies the SAVE attribute for non-automatic local objects in subprograms unless RECURSIVE | ||||
! HELP-FC1-NEXT: -fno-debug-pass-manager Disables debug printing for the new pass manager | ! HELP-FC1-NEXT: -fno-debug-pass-manager Disables debug printing for the new pass manager | ||||
! HELP-FC1-NEXT: -fno-reformat Dump the cooked character stream in -E mode | ! HELP-FC1-NEXT: -fno-reformat Dump the cooked character stream in -E mode | ||||
! HELP-FC1-NEXT: -fno-signed-zeros Allow optimizations that ignore the sign of floating point zeros | ! HELP-FC1-NEXT: -fno-signed-zeros Allow optimizations that ignore the sign of floating point zeros | ||||
! HELP-FC1-NEXT: -fno-stack-arrays Allocate array temporaries on the heap (default) | |||||
! HELP-FC1-NEXT: -fopenacc Enable OpenACC | ! HELP-FC1-NEXT: -fopenacc Enable OpenACC | ||||
! HELP-FC1-NEXT: -fopenmp Parse OpenMP pragmas and generate parallel code. | ! HELP-FC1-NEXT: -fopenmp Parse OpenMP pragmas and generate parallel code. | ||||
! HELP-FC1-NEXT: -fpass-plugin=<dsopath> Load pass plugin from a dynamic shared object file (only with new pass manager). | ! HELP-FC1-NEXT: -fpass-plugin=<dsopath> Load pass plugin from a dynamic shared object file (only with new pass manager). | ||||
! HELP-FC1-NEXT: -freciprocal-math Allow division operations to be reassociated | ! HELP-FC1-NEXT: -freciprocal-math Allow division operations to be reassociated | ||||
! HELP-FC1-NEXT: -fstack-arrays Attempt to allocate array temporaries on the stack, no matter their size | |||||
! HELP-FC1-NEXT: -fsyntax-only Run the preprocessor, parser and semantic analysis stages | ! HELP-FC1-NEXT: -fsyntax-only Run the preprocessor, parser and semantic analysis stages | ||||
! HELP-FC1-NEXT: -fxor-operator Enable .XOR. as a synonym of .NEQV. | ! HELP-FC1-NEXT: -fxor-operator Enable .XOR. as a synonym of .NEQV. | ||||
! HELP-FC1-NEXT: -help Display available options | ! HELP-FC1-NEXT: -help Display available options | ||||
! HELP-FC1-NEXT: -init-only Only execute frontend initialization | ! HELP-FC1-NEXT: -init-only Only execute frontend initialization | ||||
! HELP-FC1-NEXT: -I <dir> Add directory to the end of the list of include search paths | ! HELP-FC1-NEXT: -I <dir> Add directory to the end of the list of include search paths | ||||
! HELP-FC1-NEXT: -load <dsopath> Load the named plugin (dynamic shared object) | ! HELP-FC1-NEXT: -load <dsopath> Load the named plugin (dynamic shared object) | ||||
! HELP-FC1-NEXT: -menable-no-infs Allow optimization to assume there are no infinities. | ! HELP-FC1-NEXT: -menable-no-infs Allow optimization to assume there are no infinities. | ||||
! HELP-FC1-NEXT: -menable-no-nans Allow optimization to assume there are no NaNs. | ! HELP-FC1-NEXT: -menable-no-nans Allow optimization to assume there are no NaNs. | ||||
Show All 25 Lines |