[PATCH] D28525: [compiler-rt] Use macros to simplify weak alias for Windows and add some documentation.
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 10 14:48:37 PST 2017
rnk added a comment.
Defining a cross-platform weak mechanism seems like a great idea, even if we can only use it when we have default implementations. It greatly simplify our Windows porting efforts. Adding new weak functions is one of the more common ways to break the WinASan build.
Repository:
rL LLVM
https://reviews.llvm.org/D28525
More information about the llvm-commits
mailing list