Skip to content

Commit d80fe53

Browse files
committed
Temporarily turn off reflection metadata: SR-994
This is crashing while emitting metadata for Foundation: temporarily turning this off while I investigate locally. https://bugs.swift.org/browse/SR-994
1 parent 701277e commit d80fe53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/IRGenOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class IRGenOptions {
165165
EmitStackPromotionChecks(false), GenerateProfile(false),
166166
PrintInlineTree(false), EmbedMode(IRGenEmbedMode::None),
167167
HasValueNamesSetting(false), ValueNames(false),
168-
StripReflectionNames(false), StripReflectionMetadata(false),
168+
StripReflectionNames(true), StripReflectionMetadata(true),
169169
CmdArgs(), UseIncrementalLLVMCodeGen(true)
170170
{}
171171

0 commit comments

Comments
 (0)