[PATCH] D109453: [asan] Fixed the jump to use the 4 byte offset version.
Kirill Stoimenov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 8 10:45:02 PDT 2021
kstoimenov added a comment.
In D109453#2989907 <https://reviews.llvm.org/D109453#2989907>, @kda wrote:
> Is there a test which require JMP_4? (I assume the 1->4 is about length of jump.)
I found a failure at link time for some of the binaries in Google code base. So it will require some sort of "integration test", which will try to link the code. I am not aware that such infrastructure exists in LLVM, but I might be wrong.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109453/new/
https://reviews.llvm.org/D109453
More information about the llvm-commits
mailing list