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:
@@ -1,8 +1,7 @@
|
||||
// RUN: %target-swift-emit-ir %s -enable-experimental-feature Embedded -parse-as-library -module-name main | %FileCheck %s
|
||||
|
||||
// REQUIRES: swift_in_compiler
|
||||
// REQUIRES: VENDOR=apple
|
||||
// REQUIRES: OS=macosx
|
||||
// REQUIRES: OS=macosx || OS=linux-gnu
|
||||
|
||||
class MyClass {
|
||||
init() {
|
||||
|
||||
Reference in New Issue
Block a user