search for: kdefaultshadowscale

Displaying 2 results from an estimated 2 matches for "kdefaultshadowscale".

2017 Jul 31
0
[cfe-dev] [5.0.0 Release] Release Candidate 1 tagged
...I put some printfs in there, it showed that the expected address granularity is 8, but the address to be checked was aligned on 4 bytes: DBG: addr=0x284429f4, granularity=8 Tracing back the definitions, I found: #define SHADOW_GRANULARITY (1ULL << SHADOW_SCALE) then: #define SHADOW_SCALE kDefaultShadowScale then: static const u64 kDefaultShadowScale = 3; So this seems to be hardcoded. There is a similar declaration in llvm's lib/Transforms/Instrumentation/AddressSanitizer.cpp. I know that it *did* work at some point in the past, but it got broken in recent history. I will have to do some ar...
2017 Jul 31
3
[cfe-dev] [5.0.0 Release] Release Candidate 1 tagged
On Sat, Jul 29, 2017 at 4:59 AM, Dimitry Andric <dimitry at andric.com> wrote: > On 27 Jul 2017, at 00:41, Hans Wennborg via cfe-dev <cfe-dev at lists.llvm.org> wrote: >> >> 5.0.0-rc1 has just been tagged. >> >> Please build, test and upload binaries to the sftp. Let me know if >> there are any issues. > > Built and tested rc1. Test failures on