This is a compiler part of https://reviews.llvm.org/D29586. Enable LSan on arm Linux.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Driver/ToolChains/Linux.cpp | ||
---|---|---|
867 | I think we should also check for thumb. We allow asan on thumb, it would be surprising if lsan was not allowed. |
Comment Actions
Add armeb and thumbeb for completeness.
Just curious, does anyone use sanitizers in these targets? I see no public buildbots for armeb and thumbeb. Anyway, not a big deal of course.
I think we should also check for thumb. We allow asan on thumb, it would be surprising if lsan was not allowed.