Fix MSVC build broken by r207580
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 29 Apr 2014 22:04:55 +0000 (22:04 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 29 Apr 2014 22:04:55 +0000 (22:04 +0000)
commit167cb010a4b8fb105c2cded014e6a5e6eddcda88
tree9fd01ed2759333930c3900aec25a84ecd64b9c8b
parent00121bb932ddbf026297f357c2d3cdf1414f628a
Fix MSVC build broken by r207580

Seems MSVC wants to be able to codegen inline-definitions of virtual
functions even in TUs that don't define the key function - and it's well
within its rights to do so.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207581 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/ExecutionEngine.h
lib/ExecutionEngine/ExecutionEngine.cpp