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

This commit is contained in:
Doug Gregor
2023-11-27 22:20:54 -08:00
committed by GitHub
parent b90b326116
commit 130adac5c5
51 changed files with 104 additions and 90 deletions

View File

@@ -7,7 +7,8 @@
// REQUIRES: swift_in_compiler
// REQUIRES: executable_test
// REQUIRES: optimized_stdlib
// REQUIRES: OS=macosx || OS=linux-gnu
// REQUIRES: VENDOR=apple
// REQUIRES: OS=macosx
public class MyClass {
public init() { print("MyClass.init") }