Clemens Wasser
|
d08e5d4cc6
|
Make lsan TestCases more consistent
Inlining `LSAN_BASE` makes the lsan TestCases more consistent to the other sanitizer TestCases.
It is also needed on Windows: https://reviews.llvm.org/D115103
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D124322
|
2022-05-09 11:32:15 -07:00 |
Vy Nguyen
|
3b3aef198b
|
[sanitizer]Update tests to be compatible with Android.
Split off from D89251
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D89884
|
2020-10-21 17:16:54 -07:00 |
Vitaly Buka
|
25a8881b72
|
Revert " Enable LSAN for Android"
Breaks android build.
asan_malloc_dispatch_k needs memalign interceptor disabled in this patch.
This reverts commit a2291a58bf.
|
2020-10-13 03:14:09 -07:00 |
Vy Nguyen
|
a2291a58bf
|
Enable LSAN for Android
Make use of the newly added thread-properties API (available since 31).
Differential Revision: https://reviews.llvm.org/D85927
|
2020-10-09 15:23:47 -04:00 |
Fangrui Song
|
97ccf6b8c1
|
compiler-rt: Rename .cc file in test/lsan to .cpp
Like r367463, but for test/lsan.
llvm-svn: 367803
|
2019-08-05 07:04:42 +00:00 |