llvm-project/compiler-rt/test/hwasan
Matt Morehouse 4fb7c120fe [HWASan] Use hwasan_memalign for aligned new.
Aligned new does not require size to be a multiple of alignment, so
memalign is the correct choice instead of aligned_alloc.

Fixes false reports for unaligned sizes.

Reviewed By: eugenis

Differential Revision: https://reviews.llvm.org/D119161
2022-02-07 13:10:16 -08:00
..
TestCases [HWASan] Use hwasan_memalign for aligned new. 2022-02-07 13:10:16 -08:00
CMakeLists.txt [compiler-rt] Fix lld dependency for sanitizers 2021-07-22 18:02:19 -07:00
lit.cfg.py [HWASan] Remove -Wa,-mrelax-relocations=no flag. 2021-11-22 11:21:27 -08:00
lit.site.cfg.py.in [HWASan] Add aliasing flag and enable HWASan to use it. 2021-05-14 09:47:20 -07:00