[PATCH] D16201: [ELF/AArch64] - Implemented set of R_AARCH64_TLSDESC_* relocations.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 15 06:53:17 PDT 2016


grimar added inline comments.

================
Comment at: ELF/OutputSections.cpp:289
@@ +288,3 @@
+  Relocs.insert(Relocs.end() - Tail, Reloc);
+}
+
----------------
Ah, Relocs is a vector, not list. That is bad line then. I`ll replace it with the list on next iteration.


http://reviews.llvm.org/D16201





More information about the llvm-commits mailing list