[asan] Fixed the jump to use the 4 byte offset version.
authorKirill Stoimenov <kstoimenov@google.com>
Wed, 8 Sep 2021 17:04:43 +0000 (17:04 +0000)
committerKirill Stoimenov <kstoimenov@google.com>
Wed, 8 Sep 2021 17:58:12 +0000 (17:58 +0000)
commit3f875134a7ce7285f4d5484fc0551b14076463e6
treebebc752957c68fb06cb1f939ec225be56441f911
parenta99fb86c655660601ac0c3ef2ee65fd92f26e3c6
[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
llvm/lib/Target/X86/X86MCInstLower.cpp