mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
rename namespace NewMangling -> Mangle
This commit is contained in:
@@ -979,7 +979,7 @@ int swift::performFrontend(ArrayRef<const char *> Args,
|
||||
performCompile(Instance, Invocation, Args, ReturnValue, observer);
|
||||
|
||||
if (!HadError) {
|
||||
NewMangling::printManglingStats();
|
||||
Mangle::printManglingStats();
|
||||
}
|
||||
|
||||
if (!HadError && !Invocation.getFrontendOptions().DumpAPIPath.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user