diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2021-06-09 14:37:56 +0100 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2021-06-09 14:38:20 +0100 |
commit | 206a66de5902b2b6dc0c62c4a25526d7e7f24186 (patch) | |
tree | bb1d5625a7cceb28c83471f7992bfb9bfa4798e7 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h | |
parent | 6c78dbd4ca1f2c25cdc276d646c7920afe856ca3 (diff) | |
download | llvm-206a66de5902b2b6dc0c62c4a25526d7e7f24186.zip llvm-206a66de5902b2b6dc0c62c4a25526d7e7f24186.tar.gz llvm-206a66de5902b2b6dc0c62c4a25526d7e7f24186.tar.bz2 |
Sanitizers.h - remove MathExtras.h include dependency
The MathExtras.h header is included purely for the countPopulation() method - by moving this into Sanitizers.cpp we can remove the use of this costly header.
We only ever use isPowerOf2() / countPopulation() inside asserts so this shouldn't have any performance effects on production code.
Differential Revision: https://reviews.llvm.org/D103953
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h')
0 files changed, 0 insertions, 0 deletions