[llvm] [DWARFLinker][NFC] Move common code into the base library: Utils.h (PR #77604)
    Felipe de Azevedo Piovezan via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jan 10 11:12:52 PST 2024
    
    
  
================
@@ -5,3 +5,5 @@
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //===----------------------------------------------------------------------===//
+
+#include "llvm/DWARFLinker/Utils.h"
----------------
felipepiovezan wrote:
Do you intend to add any code to this file? If it's empty, we can delete it
https://github.com/llvm/llvm-project/pull/77604
    
    
More information about the llvm-commits
mailing list