...region when instrumentation is enabled for AMDGPU. This global variable has entry as a struct global of type __tgt_offload_entry as an instance of struct omp_offloading_entry which stores the size info in bytes for mapped globals on the target device. This patch aims to fix the trailing redzones added for mapped globals so the the host code has correct information of global with trailing redzones.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp | ||
---|---|---|
101 | could we lose the unrelated whitespace changes? git-clang-format HEAD^ may be useful for formatting only the parts you've changed |
could we lose the unrelated whitespace changes? git-clang-format HEAD^ may be useful for formatting only the parts you've changed