Skip to content

Commit f0adb1c

Browse files
committed
Disable this test completely on lto systems
This test succeeds on macosx but fails on iphoneos. XFAIL does not work. Use "REQUIRES: non_lto" instead. rdar://26281388
1 parent 318abe0 commit f0adb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Driver/static-stdlib.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Statically link a "hello world" program
22
// XFAIL: linux
3-
// XFAIL: lto
3+
// REQUIRES: non_lto
44
// REQUIRES: static_stdlib
55
print("hello world!")
66
// RUN: rm -rf %t && mkdir %t

0 commit comments

Comments
 (0)