mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-09 12:04:02 +00:00
ifndef NDEBUG-out an asserts-only constant committed in r190863
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190905 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2334b0e802
commit
0b956507ca
@ -93,7 +93,9 @@ static const int kAsanStackLeftRedzoneMagic = 0xf1;
|
||||
static const int kAsanStackMidRedzoneMagic = 0xf2;
|
||||
static const int kAsanStackRightRedzoneMagic = 0xf3;
|
||||
static const int kAsanStackPartialRedzoneMagic = 0xf4;
|
||||
#ifndef NDEBUG
|
||||
static const int kAsanStackAfterReturnMagic = 0xf5;
|
||||
#endif
|
||||
|
||||
// Accesses sizes are powers of two: 1, 2, 4, 8, 16.
|
||||
static const size_t kNumberOfAccessSizes = 5;
|
||||
|
Loading…
x
Reference in New Issue
Block a user