mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-11 20:06:04 +00:00

On android the symbols exposed by libdl (dlopen, dlclose, dlerror) prefixed by "__dl_". This change moves the handling of process load/unload to the platform object and override it for android to handle the special prefix. Differential revision: http://reviews.llvm.org/D11465 llvm-svn: 254504