[PATCH] D54905: [AddressSanitizer] Add flag to disable linking with CXX runtime

Eugene Leviant via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 2 01:02:59 PST 2018


evgeny777 added a comment.

>   don't think so. It's just symbol interposition. Every module in the process gets the same definition.

If I have two weak symbols in lib1.a and lib2.a and doesn't define strong one, which one will be chosen at link time?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54905/new/

https://reviews.llvm.org/D54905





More information about the cfe-commits mailing list