swift-unidoc icon indicating copy to clipboard operation
swift-unidoc copied to clipboard

SSGC should detect C++ interop mode, and set `-cxx-interoperability-mode` appropriately

Open tayloraswift opened this issue 1 year ago • 0 comments

based on discussion with @rauhul , we need to scan the full dependency tree for each module, and detect if any of those modules have .interoperabilityMode(.Cxx) enabled, based on platform and build configuration.

tayloraswift avatar May 28 '24 19:05 tayloraswift