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 5cbe247 commit b1db012Copy full SHA for b1db012
test/Profiler/samplepgo.swift
@@ -37,6 +37,11 @@
37
// CHECK-NODATA-LABEL: !llvm.module.flags
38
// CHECK-NODATA-NOT: Profile
39
40
+// FIXME: It appears that Windows does not use the new swift-driver.
41
+// This test in particular includes end-to-end testing coverage via
42
+// that driver to ensure the flag works.
43
+// REQUIRES: OS=macosx || OS=linux-gnu
44
+
45
46
//--- program.swift
47
public func anything() {}
0 commit comments