Skip to content

Commit a1d5a03

Browse files
Merge pull request #10042 from felipepiovezan/felipe/disable_plugin
[lldb] Disable swift tasks plugin while failure is investigated
2 parents 1a94c98 + 0d72989 commit a1d5a03

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)