]> granicus.if.org Git - llvm/commit
Fix LLVM_USE_PERF build after getPageSize change
authorSven van Haastregt <sven.vanhaastregt@arm.com>
Thu, 9 May 2019 10:10:44 +0000 (10:10 +0000)
committerSven van Haastregt <sven.vanhaastregt@arm.com>
Thu, 9 May 2019 10:10:44 +0000 (10:10 +0000)
commitd88dad83c0686ef476f51be737e421badd911bf7
tree23c2df39e3b2c2a136e2c340d3f57423650a9372
parent8d3a47222a0af6dc5f56ddd0d81a088c92db71d0
Fix LLVM_USE_PERF build after getPageSize change

Commit r360221 ("[Support] Add error handling to
sys::Process::getPageSize().", 2019-05-08) seems to have missed these
uses of getPageSize().  Update them to getPageSizeEstimate().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360322 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp