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

Adhemerval Zanella via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 4 14:35:19 PDT 2016


zatrazz added inline comments.

================
Comment at: ELF/Writer.cpp:848
@@ -847,2 +847,3 @@
 
+template <class ELFT>
 static bool includeInDynsym(const SymbolBody &B) {
----------------
ruiu wrote:
> You are not using ELFT in this function.
Indeed (this is an artifact from a previous version), I will remove it.


Repository:
  rL LLVM

http://reviews.llvm.org/D18773





More information about the llvm-commits mailing list