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.
2 parents 3f4519e + 124256d commit 1f80e50Copy full SHA for 1f80e50
test/Interop/lit.local.cfg
@@ -50,7 +50,7 @@ if get_target_os() in ['linux-gnu']:
50
51
# Enable C++ interop when compiling Swift sources.
52
config.substitutions.insert(0, ('%target-interop-build-swift',
53
- '%target-build-swift -Xfrontend -enable-experimental-cxx-interop '))
+ '%target-build-swift -cxx-interoperability-mode=default '))
54
55
# Build C files disallowing implicit functions and with matching link settings, if required by the target.
56
config.substitutions.insert(0, ('%target-interop-build-clang', '%target-clang -x c -Werror=implicit-function-declaration ' + clang_opt))
0 commit comments