Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/test/sanitizer_common/TestCases/Linux/release_to_os_test.cpp | ||
---|---|---|
90 | Is it possible to establish assert (c < a * SOME_CONSTANT); ? |
Paths
| Differential D149241
[hwasan] Implement __sanitizer_purge_allocator ClosedPublic Authored by vitalybuka on Apr 26 2023, 12:51 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 26 2023, 8:12 AM
vitalybuka added a child revision: D149238: [HWASAN] Fix __sanitizer_get_allocated_{begin,size}.Apr 26 2023, 9:58 AM This revision was landed with ongoing or failed builds.Apr 26 2023, 7:16 PM Closed by commit rG7ac72cea0ee9: [hwasan] Implement __sanitizer_purge_allocator (authored by vitalybuka). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 517216 compiler-rt/lib/hwasan/hwasan_allocator.cpp
compiler-rt/test/sanitizer_common/TestCases/Linux/release_to_os_test.cpp
compiler-rt/test/sanitizer_common/lit.common.cfg.py
|
Is it possible to establish
?