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-hidden.f90
Show First 20 Lines • Show All 41 Lines • ▼ Show 20 Lines | |||||
! CHECK-NEXT: -flang-experimental-exec | ! CHECK-NEXT: -flang-experimental-exec | ||||
! CHECK-NEXT: Enable support for generating executables (experimental) | ! CHECK-NEXT: Enable support for generating executables (experimental) | ||||
! CHECK-NEXT: -flarge-sizes Use INTEGER(KIND=8) for the result type in size-related intrinsics | ! CHECK-NEXT: -flarge-sizes Use INTEGER(KIND=8) for the result type in size-related intrinsics | ||||
! CHECK-NEXT: -flogical-abbreviations Enable logical abbreviations | ! CHECK-NEXT: -flogical-abbreviations Enable logical abbreviations | ||||
! CHECK-NEXT: -fno-automatic Implies the SAVE attribute for non-automatic local objects in subprograms unless RECURSIVE | ! CHECK-NEXT: -fno-automatic Implies the SAVE attribute for non-automatic local objects in subprograms unless RECURSIVE | ||||
! CHECK-NEXT: -fno-color-diagnostics Disable colors in diagnostics | ! CHECK-NEXT: -fno-color-diagnostics Disable colors in diagnostics | ||||
! CHECK-NEXT: -fno-integrated-as Disable the integrated assembler | ! CHECK-NEXT: -fno-integrated-as Disable the integrated assembler | ||||
! CHECK-NEXT: -fno-signed-zeros Allow optimizations that ignore the sign of floating point zeros | ! CHECK-NEXT: -fno-signed-zeros Allow optimizations that ignore the sign of floating point zeros | ||||
! CHECK-NEXT: -fno-stack-arrays Allocate array temporaries on the heap (default) | |||||
! CHECK-NEXT: -fopenacc Enable OpenACC | ! CHECK-NEXT: -fopenacc Enable OpenACC | ||||
! CHECK-NEXT: -fopenmp Parse OpenMP pragmas and generate parallel code. | ! CHECK-NEXT: -fopenmp Parse OpenMP pragmas and generate parallel code. | ||||
! CHECK-NEXT: -fpass-plugin=<dsopath> Load pass plugin from a dynamic shared object file (only with new pass manager). | ! CHECK-NEXT: -fpass-plugin=<dsopath> Load pass plugin from a dynamic shared object file (only with new pass manager). | ||||
! CHECK-NEXT: -freciprocal-math Allow division operations to be reassociated | ! CHECK-NEXT: -freciprocal-math Allow division operations to be reassociated | ||||
! CHECK-NEXT: -fstack-arrays Attempt to allocate array temporaries on the stack, no matter their size | |||||
! CHECK-NEXT: -fsyntax-only Run the preprocessor, parser and semantic analysis stages | ! CHECK-NEXT: -fsyntax-only Run the preprocessor, parser and semantic analysis stages | ||||
! CHECK-NEXT: -fxor-operator Enable .XOR. as a synonym of .NEQV. | ! CHECK-NEXT: -fxor-operator Enable .XOR. as a synonym of .NEQV. | ||||
! CHECK-NEXT: -help Display available options | ! CHECK-NEXT: -help Display available options | ||||
! CHECK-NEXT: -I <dir> Add directory to the end of the list of include search paths | ! CHECK-NEXT: -I <dir> Add directory to the end of the list of include search paths | ||||
! CHECK-NEXT: -mllvm <value> Additional arguments to forward to LLVM's option processing | ! CHECK-NEXT: -mllvm <value> Additional arguments to forward to LLVM's option processing | ||||
! CHECK-NEXT: -mmlir <value> Additional arguments to forward to MLIR's option processing | ! CHECK-NEXT: -mmlir <value> Additional arguments to forward to MLIR's option processing | ||||
! CHECK-NEXT: -module-dir <dir> Put MODULE files in <dir> | ! CHECK-NEXT: -module-dir <dir> Put MODULE files in <dir> | ||||
! CHECK-NEXT: -nocpp Disable predefined and command line preprocessor macros | ! CHECK-NEXT: -nocpp Disable predefined and command line preprocessor macros | ||||
Show All 19 Lines |