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, take 2
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
// REQUIRES: swift_in_compiler
|
||||
// REQUIRES: executable_test
|
||||
// REQUIRES: optimized_stdlib
|
||||
// REQUIRES: VENDOR=apple
|
||||
// REQUIRES: OS=macosx
|
||||
// REQUIRES: OS=macosx || OS=linux-gnu
|
||||
|
||||
class MyClass {
|
||||
init() { print("MyClass.init") }
|
||||
|
||||
Reference in New Issue
Block a user