[PATCH] D18039: [ELF] - Fixed handling R_X86_64_DTPOFF64 relocation relaxation

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 10 10:20:08 PST 2016


grimar added inline comments.

================
Comment at: ELF/Target.cpp:961-966
@@ -954,8 +960,8 @@
   }
   default:
     fatal("Unrecognized reloc " + Twine(Type));
   }
 }
 
 // Relocation masks following the #lo(value), #hi(value), #ha(value),
 // #higher(value), #highera(value), #highest(value), and #highesta(value)
----------------
Done.


http://reviews.llvm.org/D18039





More information about the llvm-commits mailing list