Clang] Fix expansion of response files in -Wp after integrated-cc1 change
[llvm-project.git] / llvm / lib / DWARFLinker / DWARFLinker.cpp
blob65b2a1bdf1fcc9b3df5b0d90cce802b6fdf09bb8
1 //=== DWARFLinker.cpp -----------------------------------------------------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
9 #include "llvm/DWARFLinker/DWARFLinker.h"
11 namespace llvm {
13 AddressesMap::~AddressesMap() {}
15 DwarfEmitter::~DwarfEmitter() {}
17 } // namespace llvm