[Lldb-commits] [lld] [lldb] [llvm] [Support][Cache] Make `pruneCache` return an `Expected` (PR #191367)

Chinmay Deshpande via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 14 09:00:37 PDT 2026


Juan Manuel Martinez =?utf-8?q?Caama=C3=B1o?=,
Juan Manuel Martinez =?utf-8?q?Caama=C3=B1o?=
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/191367 at github.com>


================
@@ -1212,7 +1210,12 @@ void ThinLTOCodeGenerator::run() {
     }
   }
 
-  pruneCache(CacheOptions.Path, CacheOptions.Policy, ProducedBinaries);
+  auto ErrOrPruned =
----------------
chinmaydd wrote:

no auto.

https://github.com/llvm/llvm-project/pull/191367


More information about the lldb-commits mailing list