diff options
author | Nikita Popov <npopov@redhat.com> | 2025-10-14 09:54:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-14 09:54:05 +0200 |
commit | 489a921796fe8d33de0f055ca6084e8f54cb1d84 (patch) | |
tree | b3ae020660a6d6934978a2b9398b27df8ec73fea /llvm/unittests/ExecutionEngine/Orc/SharedMemoryMapperTest.cpp | |
parent | 782dd178fcb3b146dd16792b54c867095b863ccc (diff) | |
download | llvm-489a921796fe8d33de0f055ca6084e8f54cb1d84.zip llvm-489a921796fe8d33de0f055ca6084e8f54cb1d84.tar.gz llvm-489a921796fe8d33de0f055ca6084e8f54cb1d84.tar.bz2 |
[AddressSanitizer] Avoid unnecessary ptr<->int casts for stack poisoning (#162634)
Instead of casting pointers to integers to perform arithmetic on them,
use ptradd. We still need some casts when interfacing with the asan
runtime.
Diffstat (limited to 'llvm/unittests/ExecutionEngine/Orc/SharedMemoryMapperTest.cpp')
0 files changed, 0 insertions, 0 deletions