[PATCH] D28596: [compiler-rt] General definition for weak functions.
Kuba (Brecka) Mracek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 17 17:23:32 PST 2017
kubabrecka added a comment.
I also prefer to keep the function declarations as they are. Otherwise IDEs can't find the function. Another idea: Is there a way to rename the function with an attribute? Or e.g. with `__asm ("another_name");` (this works on Darwin)?
https://reviews.llvm.org/D28596
More information about the llvm-commits
mailing list