Skip to content

Commit 3a3302e

Browse files
committed
[flang][test] Update driver-help*.f90 after 9397d23
1 parent 224145e commit 3a3302e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
! CHECK-NEXT: -Rpass=<value> Report transformations performed by optimization passes whose name matches the given POSIX regular expression
149149
! CHECK-NEXT: -R<remark> Enable the specified remark
150150
! CHECK-NEXT: -save-temps=<value> Save intermediate compilation results.
151-
! CHECK-NEXT: -save-temps Save intermediate compilation results
151+
! CHECK-NEXT: -save-temps Alias for --save-temps=cwd
152152
! CHECK-NEXT: -std=<value> Language standard to compile for
153153
! CHECK-NEXT: -S Only run preprocess and compilation steps
154154
! CHECK-NEXT: --target=<value> Generate code for the given target

flang/test/Driver/driver-help.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
! HELP-NEXT: -Rpass=<value> Report transformations performed by optimization passes whose name matches the given POSIX regular expression
135135
! HELP-NEXT: -R<remark> Enable the specified remark
136136
! HELP-NEXT: -save-temps=<value> Save intermediate compilation results.
137-
! HELP-NEXT: -save-temps Save intermediate compilation results
137+
! HELP-NEXT: -save-temps Alias for --save-temps=cwd
138138
! HELP-NEXT: -std=<value> Language standard to compile for
139139
! HELP-NEXT: -S Only run preprocess and compilation steps
140140
! HELP-NEXT: --target=<value> Generate code for the given target
@@ -275,7 +275,7 @@
275275
! HELP-FC1-NEXT: -Rpass=<value> Report transformations performed by optimization passes whose name matches the given POSIX regular expression
276276
! HELP-FC1-NEXT: -R<remark> Enable the specified remark
277277
! HELP-FC1-NEXT: -save-temps=<value> Save intermediate compilation results.
278-
! HELP-FC1-NEXT: -save-temps Save intermediate compilation results
278+
! HELP-FC1-NEXT: -save-temps Alias for --save-temps=cwd
279279
! HELP-FC1-NEXT: -std=<value> Language standard to compile for
280280
! HELP-FC1-NEXT: -S Only run preprocess and compilation steps
281281
! HELP-FC1-NEXT: -target-cpu <value> Target a specific cpu type

0 commit comments

Comments
 (0)