espindola closed this revision.
espindola added a comment.
328836
https://reviews.llvm.org/D45054
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
eugenis accepted this revision.
eugenis added a comment.
This revision is now accepted and ready to land.
LGTM then. This naming is confusing.
https://reviews.llvm.org/D45054
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.
espindola added a comment.
In https://reviews.llvm.org/D45054#1052118, @eugenis wrote:
> 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.
And we do
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
___
espindola created this revision.
espindola added reviewers: rnk, echristo, eugenis.
https://reviews.llvm.org/D45054
Files:
lib/CodeGen/CGExpr.cpp
test/CodeGen/cfi-icall-cross-dso.c
Index: test/CodeGen/cfi-icall-cross-dso.c
===