mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[embedded] Start building embedded support on Linux/ELF, expand archs of the embedded stdlib to cover common embedded targets
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
// REQUIRES: swift_in_compiler
|
||||
// REQUIRES: executable_test
|
||||
// REQUIRES: optimized_stdlib
|
||||
// REQUIRES: VENDOR=apple
|
||||
// REQUIRES: OS=macosx
|
||||
// REQUIRES: OS=macosx || OS=linux-gnu
|
||||
|
||||
public class MyClass {
|
||||
public init() { print("MyClass.init") }
|
||||
|
||||
Reference in New Issue
Block a user