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

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 13:02:00 PST 2017


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

Looks good to me. I think this is the best we can do to abstract over the differences between ELF weak functions and COFF weak functions. We should wait for @kcc to comment though, since this impacts them significantly.


Repository:
  rL LLVM

https://reviews.llvm.org/D28596





More information about the llvm-commits mailing list