diff options
author | Kostya Kortchinsky <kostyak@google.com> | 2020-08-28 11:44:39 -0700 |
---|---|---|
committer | Kostya Kortchinsky <kostyak@google.com> | 2020-09-02 14:28:17 -0700 |
commit | 00d9907a7ac86c3aa49c8cbb21a97094b5887ea9 (patch) | |
tree | fe32e2c44a233873cf05c6de7d75ebcb1bdb7837 /llvm/lib/Support/ErrorHandling.cpp | |
parent | 272742a92d2443893eb98a7b3460e243e34278f9 (diff) | |
download | llvm-00d9907a7ac86c3aa49c8cbb21a97094b5887ea9.zip llvm-00d9907a7ac86c3aa49c8cbb21a97094b5887ea9.tar.gz llvm-00d9907a7ac86c3aa49c8cbb21a97094b5887ea9.tar.bz2 |
[scudo][standalone] Enable secondary cache release on Fuchsia
I had left this as a TODO, but it turns out it wasn't complicated.
By specifying `MAP_RESIZABLE`, it allows us to keep the VMO which we
can then use for release purposes.
`releasePagesToOS` also had to be called the "proper" way, as Fuchsia
requires the `Offset` field to be correct. This has no impact on
non-Fuchsia platforms.
Differential Revision: https://reviews.llvm.org/D86800
Diffstat (limited to 'llvm/lib/Support/ErrorHandling.cpp')
0 files changed, 0 insertions, 0 deletions