
This test case demonstrates that ASan does not currently align FakeStack frames correctly: - for 4KB objects on a 64KB stack, alignment is deterministically incorrect - for objects larger than 4KB, even with large stack sizes, alignment is not guaranteed https://github.com/llvm/llvm-project/pull/152819 will fix it.
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================