forked from OSchip/llvm-project
[GWP-ASan] [NFC] Change enum from ANDROID->BIONIC.
This commit is contained in:
parent
4caeb62e51
commit
91e194d1ff
|
@ -62,7 +62,7 @@ static size_t alignPowerOfTwo(size_t RealAllocationSize) {
|
|||
|
||||
#ifdef __BIONIC__
|
||||
static constexpr AlignmentStrategy PlatformDefaultAlignment =
|
||||
AlignmentStrategy::ANDROID;
|
||||
AlignmentStrategy::BIONIC;
|
||||
#else // __BIONIC__
|
||||
static constexpr AlignmentStrategy PlatformDefaultAlignment =
|
||||
AlignmentStrategy::POWER_OF_TWO;
|
||||
|
|
Loading…
Reference in New Issue