Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/lib/Object/ELF.cpp | ||
---|---|---|
478 ↗ | (On Diff #120169) | It is probably worth to mention briefly as a function comment that this function reads relocations represented as ULEB128 values, which is a compact relocation format invented for Android. |
492 ↗ | (On Diff #120169) | nit: I believe you can omit () |
527 ↗ | (On Diff #120169) | Can this RHS expression return a negative value? If not, Addend is a monotonically increasing, which is odd. |
550 ↗ | (On Diff #120169) | I'd add a check to make sure that NumRelocs is not negative. |