[JIT] Add an out-of-line definition for the virtual destructor in
authorChandler Carruth <chandlerc@gmail.com>
Wed, 3 Sep 2014 20:39:10 +0000 (20:39 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 3 Sep 2014 20:39:10 +0000 (20:39 +0000)
commite361d518d1a272683396549fa0caabf9ec353667
tree124685fa92a6c20099d0498c2916238830fc3c42
parent36cf5d68be1e794b19841a6deefc6960043381e5
[JIT] Add an out-of-line definition for the virtual destructor in
JITEventListener. This used to be in the old JIT (last line of the file)
and everyone just "happened" to pick it up from there. =/ Doh.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217073 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/CMakeLists.txt
lib/ExecutionEngine/JITEventListener.cpp [new file with mode: 0644]