[all-commits] [llvm/llvm-project] f6cb59: [sancov] Add SPARC support for getPreviousInstruct...

Xiaodong Liu via All-commits all-commits at lists.llvm.org
Sun Feb 27 11:11:03 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f6cb59d35f8c5cb3ce8658474c6379ae534195fe
      https://github.com/llvm/llvm-project/commit/f6cb59d35f8c5cb3ce8658474c6379ae534195fe
  Author: Xiaodong Liu <liuxiaodong at loongson.cn>
  Date:   2022-02-27 (Sun, 27 Feb 2022)

  Changed paths:
    M llvm/tools/sancov/sancov.cpp

  Log Message:
  -----------
  [sancov] Add SPARC support for getPreviousInstructionPc

The SPARC and MIPS branching operations have a branch delay slot, 4 more bytes occupied.

Depends on D120381

Reviewed By: ro, MaskRay

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




More information about the All-commits mailing list