Skip to content

Commit ab4878b

Browse files
committed
Flip default to off: SwiftUseReflectionSymbols
1 parent 201ddc5 commit ab4878b

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
@@ -8,7 +8,7 @@ let Definition = "target_experimental" in {
88
DefaultTrue,
99
Desc<"Create the per-module Swift AST contexts in parallel.">;
1010
def SwiftUseReflectionSymbols : Property<"swift-use-reflection-symbols", "Boolean">,
11-
Global, DefaultTrue,
11+
Global, DefaultFalse,
1212
Desc<"if true, optimize the loading of Swift reflection metadata by making use of available symbols.">;
1313
}
1414

0 commit comments

Comments
 (0)