Skip to content

Commit c9e347a

Browse files
authored
[flang] Make .exe extension of the linker optional (NFC) (#73157)
1 parent 51c5d74 commit c9e347a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Driver/dynamic-linker.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
! GNU-LINKER-OPTIONS-SAME: "-rpath" "/path/to/dir"
1616

1717
! For MSVC, adding -static does not add any additional linker options.
18-
! MSVC-LINKER-OPTIONS: "{{.*}}link.exe"
18+
! MSVC-LINKER-OPTIONS: "{{.*}}link{{(.exe)?}}"
1919
! MSVC-LINKER-OPTIONS-SAME: "-dll"
2020
! MSVC-LINKER-OPTIONS-SAME: "-rpath" "/path/to/dir"

0 commit comments

Comments
 (0)