Skip to content

Commit b1db012

Browse files
committed
Workaround lack of new swift-driver on Windows.
1 parent 5cbe247 commit b1db012

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/Profiler/samplepgo.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
// CHECK-NODATA-LABEL: !llvm.module.flags
3838
// CHECK-NODATA-NOT: Profile
3939

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+
4045

4146
//--- program.swift
4247
public func anything() {}

0 commit comments

Comments
 (0)