From a9808114e71c52c4875bb13e2a582245d9e5e380 Mon Sep 17 00:00:00 2001 From: "chirag.ramani" Date: Wed, 5 Jun 2024 09:58:11 -0700 Subject: [PATCH] Disabling swift-cxx-interop to see if it helps with lldb slowdown --- xcodeproj/internal/bazel_integration_files/create_lldbinit.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xcodeproj/internal/bazel_integration_files/create_lldbinit.sh b/xcodeproj/internal/bazel_integration_files/create_lldbinit.sh index e988dcce33..f2bc7d841d 100755 --- a/xcodeproj/internal/bazel_integration_files/create_lldbinit.sh +++ b/xcodeproj/internal/bazel_integration_files/create_lldbinit.sh @@ -44,6 +44,8 @@ echo "settings append target.source-map ./external/ \"$index_external\"" # `external` when set from swiftsourcefile echo "settings append target.source-map ./external/ \"$build_external\"" +echo "settings set target.experimental.swift-enable-cxx-interop false" + # Project files and locally resolved external repositories # # lldb seems to match breakpoints based on the second argument, using a simple