1*d415bd75Srobert //=== DWARFLinker.cpp -----------------------------------------------------===// 2*d415bd75Srobert // 3*d415bd75Srobert // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4*d415bd75Srobert // See https://llvm.org/LICENSE.txt for license information. 5*d415bd75Srobert // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6*d415bd75Srobert // 7*d415bd75Srobert //===----------------------------------------------------------------------===// 8*d415bd75Srobert 9*d415bd75Srobert #include "llvm/DWARFLinkerParallel/DWARFLinker.h" 10*d415bd75Srobert 11*d415bd75Srobert namespace llvm { 12*d415bd75Srobert namespace dwarflinker_parallel {} // end of namespace dwarflinker_parallel 13*d415bd75Srobert } // namespace llvm 14