The RTLD_GLOBAL flag allows symbols to be globally accessible, which makes
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 28 Jul 2003 19:19:58 +0000 (19:19 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 28 Jul 2003 19:19:58 +0000 (19:19 +0000)
commit3ce4ac62a08ed8a489074a8cc13a90a38db981eb
tree62ad91090f8e83165856d9b1fa97dcaea128af4a
parent90a24c71a2b848d5092a936ffb939b061d73f048
The RTLD_GLOBAL flag allows symbols to be globally accessible, which makes
resolution of symbols in the .so possible (currently assists debugging with
bugpoint).

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