If the interpreter tries to execute an external function, kill it. Of course
authorChris Lattner <sabre@nondot.org>
Fri, 21 Jan 2005 19:59:37 +0000 (19:59 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 21 Jan 2005 19:59:37 +0000 (19:59 +0000)
commit4e7dd8f7c4c0dc930ca64343316625cf464fb2d7
treedd582d977daa8ea979a8bc2ff8e874eec8a918e5
parentb62e1e296efc4235e3f3c4d5ea981b08a8301a7f
If the interpreter tries to execute an external function, kill it.  Of course
since we are dirty, special case __main.  This should fix the infinite loop
horrible stuff that happens on linux-alpha when configuring llvm-gcc.  It
might also help cygwin, who knows??

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19729 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp