mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[interop] add target-interop-clangxx test expansion to build C++ file with /MD msvc mode
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
// RUN: %target-swift-frontend %S/swift-functions.swift -typecheck -module-name Functions -emit-cxx-header-path %t/functions.h
|
||||
|
||||
// RUN: %target-clangxx -c %s -I %t -o %t/swift-functions-execution.o
|
||||
// RUN: %target-interop-clangxx -c %s -I %t -o %t/swift-functions-execution.o
|
||||
// RUN: %target-build-swift-link-cxx %S/swift-functions.swift -o %t/swift-functions-execution -Xlinker %t/swift-functions-execution.o -module-name Functions -Xfrontend -entry-point-function-name -Xfrontend swiftMain
|
||||
|
||||
// RUN: %target-codesign %t/swift-functions-execution
|
||||
|
||||
Reference in New Issue
Block a user