[llvm] [DWARFLinker][NFC] Move common code into the base library: Utils.h (PR #77604)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 10 11:34:53 PST 2024
================
@@ -5,3 +5,5 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
+
+#include "llvm/DWARFLinker/Utils.h"
----------------
avl-llvm wrote:
yes, I am going to add code to this file in the future. Another thing is that currently this is the only .cpp file in the library. Without any .cpp file it would be necessary to write more complex CMakeLists.txt. It is just easier to have just empty .cpp.
https://github.com/llvm/llvm-project/pull/77604
More information about the llvm-commits
mailing list