On Sparc/Solaris, the special handle RTLD_SELF is used as a handle referring to
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 15 Jul 2003 15:55:32 +0000 (15:55 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 15 Jul 2003 15:55:32 +0000 (15:55 +0000)
commit291c2c59b011436087ba1982a6b5fe0609336f05
tree8e862baa20dd1d7c39406919240a4a114cced928
parent173e250548f9ea0106ecab856939a302e78fed99
On Sparc/Solaris, the special handle RTLD_SELF is used as a handle referring to
the program's executing image, not 0 as it is on Linux/x86 and possibly other
systems.

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