fix PR5186: the JIT shouldn't try to codegen available_externally
authorChris Lattner <sabre@nondot.org>
Sun, 25 Oct 2009 23:06:42 +0000 (23:06 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 25 Oct 2009 23:06:42 +0000 (23:06 +0000)
commit46264f020a2f08c605ac69754291a7413d747766
treee9fa0736965ecc2f384baed7dbdcd0bcdc4beca2
parent18ad485bf51c93dff16deaa3fafdea6eeec351f4
fix PR5186: the JIT shouldn't try to codegen available_externally
functions it should just look them up like declarations.

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