[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:24:55 PDT 2016


ruiu added inline comments.


================
Comment at: ELF/Driver.cpp:359
+  }
+  return Target2Policy::ReportError;
+}
----------------
You are not using ReportError, so you may want to remove it.


https://reviews.llvm.org/D25684





More information about the llvm-commits mailing list