Sparc's dlsym() requires the special operand RTLD_SELF to find a symbol in the
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 4 Jun 2003 01:57:22 +0000 (01:57 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 4 Jun 2003 01:57:22 +0000 (01:57 +0000)
commit88fe358f8aaf611f72eb1b79acb72d94e345ecb0
tree6e593186878e6ff9ffc1f0fd352e0c0d9d27de36
parent2ab5e120d4e7ff02a9245a5051d055b7fdb8dda0
Sparc's dlsym() requires the special operand RTLD_SELF to find a symbol in the
currently-running process.

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