[ELF] Avoid make in elf::writeARMCmseImportLib
[llvm-project.git] / llvm / lib / CodeGen / GCMetadataPrinter.cpp
blob500dba9aea37e3dcf0472a04cf1012c4cca7e47e
1 //===- GCMetadataPrinter.cpp - Garbage collection infrastructure ----------===//
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 //===----------------------------------------------------------------------===//
8 //
9 // This file implements the abstract base class GCMetadataPrinter.
11 //===----------------------------------------------------------------------===//
13 #include "llvm/CodeGen/GCMetadataPrinter.h"
15 using namespace llvm;
17 LLVM_INSTANTIATE_REGISTRY(GCMetadataPrinterRegistry)
19 GCMetadataPrinter::GCMetadataPrinter() = default;
21 GCMetadataPrinter::~GCMetadataPrinter() = default;