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 30d175d commit f5f1376Copy full SHA for f5f1376
clang/test/Driver/flang/msvc-link.f90
@@ -1,8 +1,5 @@
1
-! REQUIRES: system-windows
+! RUN: %clang --driver-mode=flang -target x86_64-pc-windows-msvc -### %s -Ltest 2>&1 | FileCheck %s
2
!
3
-! RUN: %clang --driver-mode=flang -### %s -Ltest 2>&1 | FileCheck %s
4
-!
5
-! Test that user provided paths come before the Flang runtimes and compiler-rt
+! Test that user provided paths come before the Flang runtimes
6
! CHECK: "-libpath:test"
7
-! CHECK: "-libpath:{{.*}}\\lib"
8
-! CHECK: "-libpath:{{.*}}\\lib\\clang\\{{[0-9]+}}\\lib\\windows"
+! CHECK: "-libpath:{{.*(\\|/)}}lib"
clang/test/Driver/msvc-link.cpp
0 commit comments