Skip to content

Commit 86b9fe2

Browse files
author
Marc Rasi
committed
disable round trip debug types
1 parent 400db9d commit 86b9fe2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/swift/AST/IRGenOptions.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,9 @@ class IRGenOptions {
244244
LazyInitializeProtocolConformances(false), DisableLegacyTypeInfo(false),
245245
UseIncrementalLLVMCodeGen(true), UseSwiftCall(false),
246246
GenerateProfile(false), EnableDynamicReplacementChaining(false),
247-
DisableRoundTripDebugTypes(false), CmdArgs(),
247+
// SWIFT_ENABLE_TENSORFLOW
248+
// TODO(TF-486): Reenable round type debug types.
249+
DisableRoundTripDebugTypes(true), CmdArgs(),
248250
SanitizeCoverage(llvm::SanitizerCoverageOptions()),
249251
TypeInfoFilter(TypeInfoDumpFilter::All) {}
250252

0 commit comments

Comments
 (0)