llvm-project/compiler-rt/test/hwasan
Florian Mayer b458bb8c04 [hwasan] Display causes in order of probability.
A heap or global buffer that is far away from the faulting address is
unlikely to be the cause, especially if there is a potential
use-after-free as well, so we want to show it after the other
causes.

Reviewed By: eugenis

Differential Revision: https://reviews.llvm.org/D104781
2021-06-29 13:00:05 +01:00
..
TestCases [hwasan] Display causes in order of probability. 2021-06-29 13:00:05 +01:00
CMakeLists.txt [HWASan] Add aliasing flag and enable HWASan to use it. 2021-05-14 09:47:20 -07:00
lit.cfg.py [HWASan] Run LAM tests with -hwasan-generate-tags-with-calls. 2021-06-18 08:10:51 -07:00
lit.site.cfg.py.in [HWASan] Add aliasing flag and enable HWASan to use it. 2021-05-14 09:47:20 -07:00