Fixed PR1629.
authorZhou Sheng <zhousheng00@gmail.com>
Wed, 12 Dec 2007 04:55:43 +0000 (04:55 +0000)
committerZhou Sheng <zhousheng00@gmail.com>
Wed, 12 Dec 2007 04:55:43 +0000 (04:55 +0000)
commit6a7951ce9bc9e5f21fcee7314893345acd4e77d7
treece6938f883912f83722403d787a6353033fe5fc2
parent7f135cc802435171ab09ebd6a514db26a122b99a
Fixed PR1629.
Make lli interpreter correctly call external functions sin()/cos(),
__cxa_guard_acquire() and __cxa_guard_release().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44910 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
test/ExecutionEngine/2007-12-11-APIntExFuncCall.ll [new file with mode: 0644]