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)
commit109d04eadb300bc5ef4e4303f6c8968357a66634
tree56105da6d912c6d0f6e86068541ff6c7232637a5
parentdc37ee2226fc16afa8edf179aba658e64799fc8e
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>
llvm-svn: 254956
llvm/include/llvm/ExecutionEngine/Interpreter.h