Remove useless hack that avoids calling LLVMLinkInInterpreter()
authorMehdi Amini <mehdi.amini@apple.com>
Mon, 7 Dec 2015 22:27:19 +0000 (22:27 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Mon, 7 Dec 2015 22:27:19 +0000 (22:27 +0000)
commit3ff1b160f82fb7887a77f41d5c1f47d9e9126af9
treed994f6eb2bd16fbb2d404290520c06ccda2bd117
parent1440f53307347d3f3ee6da62b21e00cfd4cc968a
Remove useless hack that avoids calling LLVMLinkInInterpreter()

This is supposed to force-link the Interpreter, by inserting a dead
call to LLVMLinkInInterpreter().
Since it is actually an empty function, there is no reason for the
call to be dead.

From: Mehdi Amini <mehdi.amini@apple.com>

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