We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c5d74 commit c9e347aCopy full SHA for c9e347a
flang/test/Driver/dynamic-linker.f90
@@ -15,6 +15,6 @@
15
! GNU-LINKER-OPTIONS-SAME: "-rpath" "/path/to/dir"
16
17
! For MSVC, adding -static does not add any additional linker options.
18
-! MSVC-LINKER-OPTIONS: "{{.*}}link.exe"
+! MSVC-LINKER-OPTIONS: "{{.*}}link{{(.exe)?}}"
19
! MSVC-LINKER-OPTIONS-SAME: "-dll"
20
! MSVC-LINKER-OPTIONS-SAME: "-rpath" "/path/to/dir"
0 commit comments