mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Frontend: when emitting loaded module trace file, also emit a JSON file tracking Objc method calls issued from the source code.
This commit is contained in:
@@ -1001,6 +1001,7 @@ static void performEndOfPipelineActions(CompilerInstance &Instance) {
|
||||
Instance.getMainModule(), Instance.getDependencyTracker(), opts);
|
||||
|
||||
dumpAPIIfNeeded(Instance);
|
||||
swift::emitObjCMessageSendTraceIfNeeded(Instance.getMainModule(), opts);
|
||||
}
|
||||
|
||||
// Contains the hadError checks internally, we still want to output the
|
||||
|
||||
Reference in New Issue
Block a user