[PATCH] Implementation of relocations: R_ARM_REL32, R_ARM_THM_JUMP11, R_ARM_PREL31 for ELF/ARM

Leny Kholodov leny.kholodov at gmail.com
Tue Feb 17 04:09:18 PST 2015


REPOSITORY
  rL LLVM

================
Comment at: lib/ReaderWriter/ELF/ARM/ARMRelocationHandler.cpp:133
@@ +132,3 @@
+static inline void applyThumb16Reloc(uint8_t *location, uint16_t result,
+                                 uint16_t mask = 0xFFFF) {
+  assert(!(result & ~mask));
----------------
denis-protivensky wrote:
> I asked you to run the code through `clang-format` so there are no things like wrong indentations.
Fixed.

http://reviews.llvm.org/D7565

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list