Details
Details
Diff Detail
Diff Detail
- Repository
 - rG LLVM Github Monorepo
 
Event Timeline
| compiler-rt/lib/asan/asan_mapping.h | ||
|---|---|---|
| 164 | would you like to add leading zeroes to align 32bit pointest to 4 bytes and 64bit to 8?  | |
| compiler-rt/lib/asan/asan_mapping.h | ||
|---|---|---|
| 216–218 | if you defined SHADOW_OFFSET_DYNAMIC #elseif defined(SHADOW_OFFSET_DYNAMIC) # define SHADOW_OFFSET __asan_shadow_memory_dynamic_address #else #error blablabla #endif  | |
would you like to add leading zeroes to align 32bit pointest to 4 bytes and 64bit to 8?