[flang] Fix driver option tests after 90094ab8
authorRahul Kayaith <rkayaith@gmail.com>
Sun, 5 Feb 2023 23:57:50 +0000 (18:57 -0500)
committerRahul Kayaith <rkayaith@gmail.com>
Sun, 5 Feb 2023 23:59:45 +0000 (18:59 -0500)
flang/test/Driver/driver-help-hidden.f90
flang/test/Driver/driver-help.f90

index a582143..188f344 100644 (file)
@@ -55,6 +55,7 @@
 ! CHECK-NEXT: -fxor-operator         Enable .XOR. as a synonym of .NEQV.
 ! CHECK-NEXT: -help     Display available options
 ! CHECK-NEXT: -I <dir>               Add directory to the end of the list of include search paths
+! CHECK-NEXT: -mllvm=<arg>           Alias for -mllvm
 ! 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: -module-dir <dir>      Put MODULE files in <dir>
index 7bdf3e3..1714d75 100644 (file)
@@ -53,6 +53,7 @@
 ! HELP-NEXT: -fxor-operator         Enable .XOR. as a synonym of .NEQV.
 ! HELP-NEXT: -help                  Display available options
 ! HELP-NEXT: -I <dir>               Add directory to the end of the list of include search paths
+! HELP-NEXT: -mllvm=<arg>           Alias for -mllvm
 ! 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: -module-dir <dir>      Put MODULE files in <dir>