[PATCH] D26801: Allow use define symbols to override linker defined ones

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 17 09:05:25 PST 2016


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

LGTM with a comment saying that new symbols are added as weak symbols so that they can be overriden by user-defined linker script symbols.


https://reviews.llvm.org/D26801





More information about the llvm-commits mailing list