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.
1 parent 1832268 commit 124256dCopy full SHA for 124256d
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