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 400db9d commit 86b9fe2Copy full SHA for 86b9fe2
include/swift/AST/IRGenOptions.h
@@ -244,7 +244,9 @@ class IRGenOptions {
244
LazyInitializeProtocolConformances(false), DisableLegacyTypeInfo(false),
245
UseIncrementalLLVMCodeGen(true), UseSwiftCall(false),
246
GenerateProfile(false), EnableDynamicReplacementChaining(false),
247
- DisableRoundTripDebugTypes(false), CmdArgs(),
+ // SWIFT_ENABLE_TENSORFLOW
248
+ // TODO(TF-486): Reenable round type debug types.
249
+ DisableRoundTripDebugTypes(true), CmdArgs(),
250
SanitizeCoverage(llvm::SanitizerCoverageOptions()),
251
TypeInfoFilter(TypeInfoDumpFilter::All) {}
252
0 commit comments