[embedded] Start building embedded support on Linux/ELF, expand archs of the embedded stdlib to cover common embedded targets

This commit is contained in:
Kuba Mracek
2023-11-17 21:30:12 -08:00
parent 79ac431780
commit 971ad79f37
51 changed files with 83 additions and 100 deletions

View File

@@ -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") }