ruiu added inline comments.
================
Comment at: ELF/Writer.cpp:848
@@ -847,2 +847,3 @@
+template <class ELFT>
static bool includeInDynsym(const SymbolBody &B) {
----------------
You are not using ELFT in this function.
Repository:
rL LLVM
http://reviews.llvm.org/D18773