Skip to content

Commit f5f1376

Browse files
committed
Remove c test and make Fortran test not require windows
1 parent 30d175d commit f5f1376

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

clang/test/Driver/flang/msvc-link.f90

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
! REQUIRES: system-windows
1+
! RUN: %clang --driver-mode=flang -target x86_64-pc-windows-msvc -### %s -Ltest 2>&1 | FileCheck %s
22
!
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
3+
! Test that user provided paths come before the Flang runtimes
64
! CHECK: "-libpath:test"
7-
! CHECK: "-libpath:{{.*}}\\lib"
8-
! CHECK: "-libpath:{{.*}}\\lib\\clang\\{{[0-9]+}}\\lib\\windows"
5+
! CHECK: "-libpath:{{.*(\\|/)}}lib"

clang/test/Driver/msvc-link.cpp

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)