[PATCH] D26504: [Support] Use HAVE_DLOPEN to guard dlopen(3) usage

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 29 04:49:29 PST 2016


joerg added a comment.

Please use `#if defined(HAVE_DLFCN_H) && defined(HAVE_DLOPEN)` in both places, otherwise LGTM.


https://reviews.llvm.org/D26504





More information about the llvm-commits mailing list