[PATCH] D18773: [lld] Implement --dynamic-list-data

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 4 14:11:43 PDT 2016


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





More information about the llvm-commits mailing list