Skip to content

Commit 6a8a423

Browse files
committed
[flang] Fix driver option tests after 90094ab
1 parent 35f2ac1 commit 6a8a423

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

flang/test/Driver/driver-help-hidden.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
! CHECK-NEXT: -fxor-operator Enable .XOR. as a synonym of .NEQV.
5656
! CHECK-NEXT: -help Display available options
5757
! CHECK-NEXT: -I <dir> Add directory to the end of the list of include search paths
58+
! CHECK-NEXT: -mllvm=<arg> Alias for -mllvm
5859
! CHECK-NEXT: -mllvm <value> Additional arguments to forward to LLVM's option processing
5960
! CHECK-NEXT: -mmlir <value> Additional arguments to forward to MLIR's option processing
6061
! CHECK-NEXT: -module-dir <dir> Put MODULE files in <dir>

flang/test/Driver/driver-help.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
! HELP-NEXT: -fxor-operator Enable .XOR. as a synonym of .NEQV.
5454
! HELP-NEXT: -help Display available options
5555
! HELP-NEXT: -I <dir> Add directory to the end of the list of include search paths
56+
! HELP-NEXT: -mllvm=<arg> Alias for -mllvm
5657
! HELP-NEXT: -mllvm <value> Additional arguments to forward to LLVM's option processing
5758
! HELP-NEXT: -mmlir <value> Additional arguments to forward to MLIR's option processing
5859
! HELP-NEXT: -module-dir <dir> Put MODULE files in <dir>

0 commit comments

Comments
 (0)