[PATCH] D45054: Set dso_local on cfi_slowpath

Evgenii Stepanov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 29 11:19:40 PDT 2018


eugenis added a comment.

This looks wrong. cfi_slowpath is defined in libclang_rt.cfi, which is linked to the main executable. It is not always dso-local. On Android it is defined in libdl.so and is never dso-local.


https://reviews.llvm.org/D45054





More information about the cfe-commits mailing list