[PATCH] D25684: [LLD][ARM] Support for R_ARM_TARGET2 relocation

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 17 10:36:20 PDT 2016


ruiu added inline comments.


================
Comment at: ELF/Target.cpp:1531-1532
 
+RelExpr getTarget2Expr()
+{
+  if (Config->Target2 == Target2Policy::Rel)
----------------
Format.


https://reviews.llvm.org/D25684





More information about the llvm-commits mailing list