From e3b557809604d036af6e00c60f012c2025b59a5e Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 11 Feb 2023 13:38:04 +0100 Subject: Vendor import of llvm-project main llvmorg-16-init-18548-gb0daacf58f41, the last commit before the upstream release/17.x branch was created. --- llvm/lib/DWARFLinkerParallel/DWARFLinker.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 llvm/lib/DWARFLinkerParallel/DWARFLinker.cpp (limited to 'llvm/lib/DWARFLinkerParallel/DWARFLinker.cpp') diff --git a/llvm/lib/DWARFLinkerParallel/DWARFLinker.cpp b/llvm/lib/DWARFLinkerParallel/DWARFLinker.cpp new file mode 100644 index 000000000000..a54d2e3cc281 --- /dev/null +++ b/llvm/lib/DWARFLinkerParallel/DWARFLinker.cpp @@ -0,0 +1,13 @@ +//=== DWARFLinker.cpp -----------------------------------------------------===// +// +// 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 +// +//===----------------------------------------------------------------------===// + +#include "llvm/DWARFLinkerParallel/DWARFLinker.h" + +namespace llvm { +namespace dwarflinker_parallel {} // end of namespace dwarflinker_parallel +} // namespace llvm -- cgit v1.2.3