open plugins with RTLD_GLOBAL, pointed out by Bram Adams.
authorChris Lattner <sabre@nondot.org>
Thu, 10 Jul 2008 00:52:20 +0000 (00:52 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 10 Jul 2008 00:52:20 +0000 (00:52 +0000)
commitae55e04d7a89af2a02041ecbf7f46cba753fa8ce
tree1955e6fd2fa6b43000248dfc0ba2a5e10d997c5d
parent7cc9a4b990b8dc6043c47b64e91352b444d3938b
open plugins with RTLD_GLOBAL, pointed out by Bram Adams.

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