[all-commits] [llvm/llvm-project] 3f8751: [asan] Fixed the jump to use the 4 byte offset ver...

kstoimenov via All-commits all-commits at lists.llvm.org
Wed Sep 8 10:59:06 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f875134a7ce7285f4d5484fc0551b14076463e6
      https://github.com/llvm/llvm-project/commit/3f875134a7ce7285f4d5484fc0551b14076463e6
  Author: Kirill Stoimenov <kstoimenov at google.com>
  Date:   2021-09-08 (Wed, 08 Sep 2021)

  Changed paths:
    M llvm/lib/Target/X86/X86MCInstLower.cpp

  Log Message:
  -----------
  [asan] Fixed the jump to use the 4 byte offset version.

This should have been the 4 byte version in the first place. Unfortunatelly there is no easy way to add a test as both the 1 byte and 4 byte version are printed as 'jmp' in the assembly code.

Reviewed By: kda

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




More information about the All-commits mailing list