[PATCH] D14870: [ELF2] - Implemented optimizations for @tlsld and @tlsgd
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 25 13:49:12 PST 2015
grimar added inline comments.
================
Comment at: ELF/Target.cpp:491
@@ +490,3 @@
+// relocation target, relocations immediately follow the TLS relocation (which
+// would be applied to rewritten instructions) need to be skipped.
+// This function returns a number of relocations that need to be skipped.
----------------
ruiu wrote:
> need to be -> may have to be
Done.
Repository:
rL LLVM
http://reviews.llvm.org/D14870
More information about the llvm-commits
mailing list