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.
2 parents 9629f9a + bb8433e commit b3890e4Copy full SHA for b3890e4
test/embedded/dependencies-no-allocations.swift
@@ -20,11 +20,11 @@
20
// RUN: %target-clang %t/a.o %t/print.o -o %t/a.out
21
// RUN: %target-run %t/a.out | %FileCheck %s
22
23
-// REQUIRES: rdar120557595
24
// REQUIRES: swift_in_compiler
25
// REQUIRES: executable_test
26
// REQUIRES: optimized_stdlib
27
// REQUIRES: OS=macosx || OS=linux-gnu
+// UNSUPPORTED: OS=linux-gnu && CPU=aarch64
28
29
@_silgen_name("putchar")
30
func putchar(_: UInt8)
0 commit comments