[PATCH] ELF: Move relocation predicates out of the context class.
Reid Kleckner
rnk at google.com
Wed Feb 18 11:17:43 PST 2015
One thing to consider is, will lld support compiling out different ELF targets to reduce linker size? By using the virtual interface, you can compile out a few switch tables. It may not be worth it, though. For example, you can't compile out MS ABI support from Clang because it's too intertwined with the regular code.
http://reviews.llvm.org/D7605
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list