[PATCH] D38599: Remove warnings for dynamic_cast fallback.
Dan Albert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 9 13:29:31 PDT 2017
danalbert added a comment.
In https://reviews.llvm.org/D38599#889842, @smeenai wrote:
> Does dlopen cause issues even with `RTLD_GLOBAL`?
>From my testing, yes. Regardless, `RTLD_LOCAL` is how JNI libraries get loaded when `System.loadLibrary` is used, so the `strcmp` fallback is a requirement for that use case.
Repository:
rL LLVM
https://reviews.llvm.org/D38599
More information about the cfe-commits
mailing list