diff options
author | Thurston Dang <thurston@google.com> | 2025-08-11 15:48:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-11 15:48:05 -0700 |
commit | e36bd6158e695a369647fbc609ded323fbd3bc2f (patch) | |
tree | 65f5332b5be3f2c4357b1fc442bf92683aef5a25 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | ea14834966ad666856246f24de46397cbfc932eb (diff) | |
download | llvm-e36bd6158e695a369647fbc609ded323fbd3bc2f.zip llvm-e36bd6158e695a369647fbc609ded323fbd3bc2f.tar.gz llvm-e36bd6158e695a369647fbc609ded323fbd3bc2f.tar.bz2 |
[asan] Add test case for alignment of FakeStack frames (#152889)
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.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions