Skip to content

Commit f604adf

Browse files
thomas-roosrossburton
authored andcommitted
src/poky:gcc-sanitizers.inc: Workaround for aarch64
When using the -fsanitize=address CXX_FLAG for a program compiled for aarch64 / arm64 This is happing: MemorySanitizer: CHECK failed: sanitizer_allocator_primary64.h:133 "((kSpaceBeg)) == ((address_range.Init(TotalSpaceSize, PrimaryAllocatorName, kSpaceBeg)))" (0xe00000000000, 0xfffffffffffffff4) (tid=51745) With -DSANITIZER_CAN_USE_ALLOCATOR64=0 this is not happening and potenial bugs are detected. ARM32 does not require this patch. More info about the issue in this thread: llvm/llvm-project#65144 (From OE-Core rev: 12442b9b6df06317174066854935b1d6a4f1865d) Signed-off-by: Thomas Roos <throosamazon.de> Signed-off-by: Richard Purdie <richard.purdielinuxfoundation.org> Signed-off-by: Ross Burton <ross.burtonarm.com>
1 parent ef47556 commit f604adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/poky

Submodule poky updated from a58e99c to a58f8a0

0 commit comments

Comments
 (0)