Reverting r222828 and r222810-r222812 as they broke the build on Windows.
[oota-llvm.git] / lib / ExecutionEngine / JITEventListener.cpp
1 //===-- JITEventListener.cpp ----------------------------------------------===//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9
10 #include "llvm/ExecutionEngine/JITEventListener.h"
11
12 using namespace llvm;
13
14 // Out-of-line definition of the virtual destructor as this is the key function.
15 JITEventListener::~JITEventListener() {}