8625704ad8
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
15 lines
456 B
C++
15 lines
456 B
C++
//===-- llvm/MC/MCSymbolizer.cpp - MCSymbolizer class ---------------------===//
|
|
//
|
|
// The LLVM Compiler Infrastructure
|
|
//
|
|
// This file is distributed under the University of Illinois Open Source
|
|
// License. See LICENSE.TXT for details.
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
#include "llvm/MC/MCDisassembler/MCSymbolizer.h"
|
|
|
|
using namespace llvm;
|
|
|
|
MCSymbolizer::~MCSymbolizer() = default;
|