We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e56d81 commit 6e3c5a8Copy full SHA for 6e3c5a8
test/embedded/dependencies.swift
@@ -1,5 +1,8 @@
1
// RUN: %empty-directory(%t)
2
// RUN: %target-swift-frontend -enable-experimental-feature Embedded %s -c -o %t/a.o
3
+// RUN: %target-clang -x c -c %S/Inputs/print.c -o %t/print.o
4
+// RUN: %target-clang %t/a.o %t/print.o -o %t/a.out
5
+// RUN: %target-run %t/a.out | %FileCheck %s
6
7
// backslash is not doing anything, just to make the grep not match its own line
8
// RUN: grep DEP-%target-os %s | sed 's#// DEP-%target-os: ##' | sort > %t/expected-dependencies.txt
0 commit comments