mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "Add a mechanism to let cross-module-optimization add additional TBD symbols."
This reverts commit c55f040308.
It's not needed anymore because CMO does not introduce public symbols when a TBD file is emitted.
This commit is contained in:
@@ -215,7 +215,7 @@ public:
|
||||
return 1;
|
||||
|
||||
if (OutputFilename == "-") {
|
||||
writeAPIJSONFile(M, llvm::outs(), PrettyPrint, nullptr);
|
||||
writeAPIJSONFile(M, llvm::outs(), PrettyPrint);
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -227,7 +227,7 @@ public:
|
||||
return 1;
|
||||
}
|
||||
|
||||
writeAPIJSONFile(M, OS, PrettyPrint, nullptr);
|
||||
writeAPIJSONFile(M, OS, PrettyPrint);
|
||||
return 0;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user