[llvm] Support: Add vfs::OutputBackend and OutputFile to virtualize compiler outputs (PR #113363)
    Steven Wu via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Sep  2 10:24:06 PDT 2025
    
    
  
================
@@ -0,0 +1,67 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+///
+/// \file
+/// This file contains the declarations of the VirtualOutputBackend class.
----------------
cachemeifyoucan wrote:
I added more explanations. Please review and let me know if needs more improvements. 
https://github.com/llvm/llvm-project/pull/113363
    
    
More information about the llvm-commits
mailing list