Skip to content

Commit 0d72989

Browse files
[lldb] Disable swift tasks plugin while failure is investigated
Some tests are running into an issue where breakpoints are not being hit.
1 parent b35b745 commit 0d72989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Target/TargetProperties.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ let Definition = "target_experimental" in {
3232
EnumValues<"OptionEnumValues(g_swift_pcm_validation_values)">,
3333
Desc<"Enable validation when loading Clang PCM files (-fvalidate-pch, -fmodules-check-relocated).">;
3434
def SwiftUseTasksPlugin: Property<"swift-tasks-plugin-enabled", "Boolean">,
35-
DefaultTrue,
35+
DefaultFalse,
3636
Desc<"Enables the swift plugin converting tasks into threads">;
3737
}
3838

0 commit comments

Comments
 (0)