[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:00:45 PST 2017
mpividori added a comment.
@kubabrecka I don't change the implementation for non-windows systems. I only modify the code to use a macro, but after the preprocessor the resulting code is nearly the same. I guess weak functions works for FreeBSD.
https://reviews.llvm.org/D28596
More information about the llvm-commits
mailing list