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.
2 parents 1a94c98 + 0d72989 commit a1d5a03Copy full SHA for a1d5a03
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