[embedded] Add a stop-gap print() for embedded Swift

This commit is contained in:
Kuba Mracek
2024-01-03 13:58:57 +01:00
parent fe0ccf43c4
commit 75f0e3c66a
27 changed files with 93 additions and 70 deletions

View File

@@ -1,5 +1,5 @@
// RUN: %empty-directory(%t)
// RUN: %target-swift-frontend %s %S/Inputs/print.swift -enable-experimental-feature Embedded -c -o %t/main.o
// RUN: %target-swift-frontend %s -parse-as-library -enable-experimental-feature Embedded -c -o %t/main.o
// RUN: %target-clang %t/main.o -o %t/a.out -dead_strip
// RUN: %target-run %t/a.out | %FileCheck %s