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

@@ -2,6 +2,7 @@
// RUN: %target-swift-frontend -target arm64-apple-none-macho -Xcc -D__MACH__ -Xcc -D__arm64__ -Xcc -D__APPLE__ -emit-ir %s -enable-experimental-feature Embedded | %FileCheck %s
// REQUIRES: swift_in_compiler
// REQUIRES: VENDOR=apple
public func bool() -> Bool {
return true