aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/JITEventListener.cpp
blob: 2a6a0070d97933401e68a35f65c41fa517a70cc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//===-- JITEventListener.cpp ----------------------------------------------===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

#include "llvm/ExecutionEngine/JITEventListener.h"

using namespace llvm;

// Out-of-line definition of the virtual destructor as this is the key function.
JITEventListener::~JITEventListener() {}