[cxx-interop] Add -lc++ when C++ interop is enabled on Darwin.

This commit is contained in:
zoecarver
2022-01-17 11:58:30 -08:00
parent 323e2b16a7
commit ba44bfecce
2 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-cxx-interop -lc++)
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-cxx-interop)
//
// REQUIRES: executable_test
//