aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
diff options
context:
space:
mode:
authorKostya Kortchinsky <kostyak@google.com>2018-01-04 17:05:04 +0000
committerKostya Kortchinsky <kostyak@google.com>2018-01-04 17:05:04 +0000
commit541c5a079773e25fb09f80e8c9147bea1d32cd88 (patch)
treed0f2d6f0651b37b736ae6cda747dad2d0f7bd76b /llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
parentdce4a9aa5901788722f1a063c204e93dacbc8be7 (diff)
downloadllvm-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