[PATCH] D28596: [compiler-rt] General definition for weak functions.

Marcos Pividori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 21:36:12 PST 2017


mpividori added a comment.

@kubabrecka  according to the definition of `SANITIZER_WEAK_ATTRIBUTE` in `sanitizer_common/sanitizer_internal_defs.h`, for FreeBSD we are considering `__attribute__((weak))`.  So, in this diff I don't change the behavior on FreeBSD.
Thanks.


https://reviews.llvm.org/D28596





More information about the llvm-commits mailing list