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 9763281 commit 30d175dCopy full SHA for 30d175d
clang/test/Driver/flang/msvc-link.f90
@@ -0,0 +1,8 @@
1
+! REQUIRES: system-windows
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
6
+! CHECK: "-libpath:test"
7
+! CHECK: "-libpath:{{.*}}\\lib"
8
+! CHECK: "-libpath:{{.*}}\\lib\\clang\\{{[0-9]+}}\\lib\\windows"
clang/test/Driver/msvc-link.cpp
@@ -0,0 +1,7 @@
+// REQUIRES: system-windows
+//
+// RUN: %clang -### %s -Ltest 2>&1 | FileCheck %s
+// Test that user provided paths come before compiler-rt
+// CHECK: "-libpath:test"
+// CHECK: "-libpath:{{.*}}\\lib\\clang\\{{[0-9]+}}\\lib\\windows"
0 commit comments