diff options
author | Kostya Kortchinsky <kostyak@google.com> | 2018-01-04 17:05:04 +0000 |
---|---|---|
committer | Kostya Kortchinsky <kostyak@google.com> | 2018-01-04 17:05:04 +0000 |
commit | 541c5a079773e25fb09f80e8c9147bea1d32cd88 (patch) | |
tree | d0f2d6f0651b37b736ae6cda747dad2d0f7bd76b /llvm/lib/Transforms/Utils/BasicBlockUtils.cpp | |
parent | dce4a9aa5901788722f1a063c204e93dacbc8be7 (diff) | |
download | llvm-541c5a079773e25fb09f80e8c9147bea1d32cd88.zip llvm-541c5a079773e25fb09f80e8c9147bea1d32cd88.tar.gz llvm-541c5a079773e25fb09f80e8c9147bea1d32cd88.tar.bz2 |
[scudo] s/unsigned long/size_t/ for __scudo_set_rss_limit
Summary:
`__scudo_set_rss_limit`'s `LimitMb` should really be a `size_t`. Update
accordingly the prototype. To avoid the `NOLINT` and conform with the other
Sanitizers, use the sanitizers types for the internal definition. This should
have no functional change.
Additionally, capitalize a variable name to follow the LLVM coding standards.
Reviewers: alekseyshl, flowerhack
Reviewed By: alekseyshl
Subscribers: #sanitizers, llvm-commits
Differential Revision: https://reviews.llvm.org/D41704
llvm-svn: 321803
Diffstat (limited to 'llvm/lib/Transforms/Utils/BasicBlockUtils.cpp')
0 files changed, 0 insertions, 0 deletions