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 b35b745 commit 0d72989Copy full SHA for 0d72989
lldb/source/Target/TargetProperties.td
@@ -32,7 +32,7 @@ let Definition = "target_experimental" in {
32
EnumValues<"OptionEnumValues(g_swift_pcm_validation_values)">,
33
Desc<"Enable validation when loading Clang PCM files (-fvalidate-pch, -fmodules-check-relocated).">;
34
def SwiftUseTasksPlugin: Property<"swift-tasks-plugin-enabled", "Boolean">,
35
- DefaultTrue,
+ DefaultFalse,
36
Desc<"Enables the swift plugin converting tasks into threads">;
37
}
38
0 commit comments