Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| compiler-rt/lib/hwasan/hwasan.cpp | ||
|---|---|---|
| 90 | 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 | this one does not look asan/hwasan specific, | |
| compiler-rt/test/hwasan/TestCases/Linux/signal_during_stop_the_world.cpp | ||
| 28 | this one does not look asan/hwasan specific, | |
| compiler-rt/test/hwasan/TestCases/lsan_annotations.cpp | ||
| 10 | this one as well | |
| compiler-rt/test/hwasan/TestCases/lsan_crash.cpp | ||
| 15 | and this one | |
| compiler-rt/test/lsan/TestCases/Linux/leak_check_segv.cpp | ||
|---|---|---|
| 3 | I guess leak-detection is redundant here | |
check-lsan should also run with hwasan
are you going to do that in a separate patch?