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 5621b3d commit 08cdee3Copy full SHA for 08cdee3
test/Driver/profiling.swift
@@ -48,9 +48,9 @@
48
// LINUX: lib/swift/clang/lib/linux/libclang_rt.profile-x86_64.a
49
// LINUX: -u__llvm_profile_runtime
50
51
-// LINUX: clang++{{"? }}
52
-// LINUX: lib/swift/clang/lib/windows/clang_rt.profile-x86_64.lib
53
-// LINUX: -u__llvm_profile_runtime
+// WINDOWS: clang++{{"? }}
+// WINDOWS: lib/swift/clang/lib/windows/clang_rt.profile-x86_64.lib
+// WINDOWS: -u__llvm_profile_runtime
54
55
// RUN: not %swiftc_driver -driver-print-jobs -profile-generate -profile-use=/dev/null %s 2>&1 | %FileCheck -check-prefix=MIX_GEN_USE %s
56
// MIX_GEN_USE: conflicting options '-profile-generate' and '-profile-use'
0 commit comments