[PATCH] D14870: [ELF2] - Implemented optimizations for @tlsld and @tlsgd
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 25 13:42:38 PST 2015
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
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.
----------------
need to be -> may have to be
http://reviews.llvm.org/D14870
More information about the llvm-commits
mailing list