================
@@ -1299,10 +1299,7 @@ Error LTO::checkPartiallySplit() {
}
Error LTO::run(AddStreamFn AddStream, FileCache Cache) {
- llvm::scope_exit CleanUp([this]() { cleanup(); });
-
- if (Error EC = serializeInputsForDistribution())
- return EC;
+ llvm::scope_exit CleanUp([this]() { LTO::cleanup(); });
----------------
kbelochapka wrote:
Added the comment, removed `Base::cleanup()` call.
https://github.com/llvm/llvm-project/pull/192629
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits