LoadLibraryPermanently can theoretically throw an exception. Do not propagate
authorChris Lattner <sabre@nondot.org>
Sun, 14 May 2006 19:01:55 +0000 (19:01 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 14 May 2006 19:01:55 +0000 (19:01 +0000)
commit6f3ada51aa7a3816609967231befd58de4053e4c
treefc1dfa68baeefa614117a6eebc73a7b341d7f13a
parentf883eb94e00d861927bcaed96fc1f2a63bbc865c
LoadLibraryPermanently can theoretically throw an exception.  Do not propagate
it out of 'ExecutionEngine::create'.  This fixes a problem reported by coverity.

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