Skip to content

Commit 08cdee3

Browse files
committed
Don’t specify LINUX for the Windows profiler test.
1 parent 5621b3d commit 08cdee3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Driver/profiling.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
// LINUX: lib/swift/clang/lib/linux/libclang_rt.profile-x86_64.a
4949
// LINUX: -u__llvm_profile_runtime
5050

51-
// LINUX: clang++{{"? }}
52-
// LINUX: lib/swift/clang/lib/windows/clang_rt.profile-x86_64.lib
53-
// LINUX: -u__llvm_profile_runtime
51+
// WINDOWS: clang++{{"? }}
52+
// WINDOWS: lib/swift/clang/lib/windows/clang_rt.profile-x86_64.lib
53+
// WINDOWS: -u__llvm_profile_runtime
5454

5555
// RUN: not %swiftc_driver -driver-print-jobs -profile-generate -profile-use=/dev/null %s 2>&1 | %FileCheck -check-prefix=MIX_GEN_USE %s
5656
// MIX_GEN_USE: conflicting options '-profile-generate' and '-profile-use'

0 commit comments

Comments
 (0)