[all-commits] [llvm/llvm-project] 3ca502: Use DataExtractor to decode SLEB128 in android_relas.

Rahman Lavaee via All-commits all-commits at lists.llvm.org
Thu Jan 28 01:40:45 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ca502a7d60787abe14db1fa541950ff79c7585b
      https://github.com/llvm/llvm-project/commit/3ca502a7d60787abe14db1fa541950ff79c7585b
  Author: Rahman Lavaee <rahmanl at google.com>
  Date:   2021-01-28 (Thu, 28 Jan 2021)

  Changed paths:
    M llvm/lib/Object/ELF.cpp
    M llvm/test/tools/llvm-readobj/ELF/packed-relocs-errors.s

  Log Message:
  -----------
  Use DataExtractor to decode SLEB128 in android_relas.

A simple refactoring patch which let us use `DataExtractor::getSLEB128` rather than using a lambda function.

Differential Revision: https://reviews.llvm.org/D95158




More information about the All-commits mailing list