| commit | f6ff19cc9d2ce51791f32b7e4fd0ad6d917a00cc | [log] [tgz] |
|---|---|---|
| author | Evan Wilde <etceterawilde@gmail.com> | Mon Sep 12 15:15:24 2022 -0700 |
| committer | Evan Wilde <etceterawilde@gmail.com> | Mon Sep 19 11:37:48 2022 -0700 |
| tree | cff84e33592c04b1a7f5e3c8625aaf2af378ffa6 | |
| parent | 399343486f129f28b61683dbd95bec4ff16e60a0 [diff] |
Tests: Add mixed Swift+CXX source test case This test ensures we can configure and build mixed source binaries. The test configures, but fails to verify due to multiple targets emitting the `lib.c.o` and `lib.cpp.o` outputs. Both the clang build step and the swift link step report that they emit the `lib.c.o` and `lib.cpp.o` outputs. The `.o`'s are emitted by clang, not by swift.