mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Drop TypeCheckerDebugConsumer
This commit is contained in:
@@ -4405,7 +4405,7 @@ bool ConstraintSystem::generateConstraints(
|
||||
}
|
||||
|
||||
if (isDebugMode()) {
|
||||
auto &log = getASTContext().TypeCheckerDebug->getStream();
|
||||
auto &log = llvm::errs();
|
||||
log << "---Initial constraints for the given expression---\n";
|
||||
print(log, expr);
|
||||
log << "\n";
|
||||
|
||||
Reference in New Issue
Block a user