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

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 11:25:57 PDT 2016


emaste added a comment.

Needs to be rebased again


================
Comment at: ELF/Target.cpp:1378
@@ -1338,2 +1377,3 @@
 
-bool AArch64TargetInfo::needsGot(uint32_t Type, SymbolBody &S) const {
+bool AArch64TargetInfo::refersToGotEntry(uint32_t Type, 
+                                         const SymbolBody &S) const {
----------------
git complained about trailing whitespace here


http://reviews.llvm.org/D18330





More information about the llvm-commits mailing list