LoadLibraryPermanently no longer throws an exception, so this code doesn't have
authorChris Lattner <sabre@nondot.org>
Fri, 7 Jul 2006 17:14:04 +0000 (17:14 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 7 Jul 2006 17:14:04 +0000 (17:14 +0000)
commit17aa9d3f53d0afe6a5188fd5f76f0738cb7e6a07
tree5e69b2e36d946bab18cc790a459e79b3068fbe23
parentcc2fa54dfa5096772a2cdc3881e6f13791d41e2a
LoadLibraryPermanently no longer throws an exception, so this code doesn't have
to catch it.  Other minor cleanups.

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