Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| compiler-rt/lib/hwasan/hwasan.cpp | ||
|---|---|---|
| 90 ↗ | (On Diff #491895) | check-lsan should also run with hwasan |
Comment Actions
if these are the only tests in asan, try to move them into lsan first
| compiler-rt/test/hwasan/TestCases/Linux/leak_check_segv.cpp | ||
|---|---|---|
| 9 ↗ | (On Diff #491895) | this one does not look asan/hwasan specific, |
| compiler-rt/test/hwasan/TestCases/Linux/signal_during_stop_the_world.cpp | ||
| 28 ↗ | (On Diff #491895) | this one does not look asan/hwasan specific, |
| compiler-rt/test/hwasan/TestCases/lsan_annotations.cpp | ||
| 10 ↗ | (On Diff #491895) | this one as well |
| compiler-rt/test/hwasan/TestCases/lsan_crash.cpp | ||
| 15 ↗ | (On Diff #491895) | and this one |
| compiler-rt/test/lsan/TestCases/Linux/leak_check_segv.cpp | ||
|---|---|---|
| 2 | I guess leak-detection is redundant here | |
I guess leak-detection is redundant here