We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddd1cd9 + 7e2c59e commit e2e78c6Copy full SHA for e2e78c6
test/Driver/static-executable.swift
@@ -1,4 +1,9 @@
1
// Create a self contained binary
2
+
3
+// REQUIRES: rdar74148842
4
+// libc.a and libm.a have duplicate definitions of '__isnanl', so this test
5
+// fails to build.
6
7
// REQUIRES: OS=linux-gnu
8
// REQUIRES: static_stdlib
9
print("hello world!")
0 commit comments