aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
diff options
context:
space:
mode:
authorBob Haarman <llvm@inglorion.net>2017-11-10 00:17:31 +0000
committerBob Haarman <llvm@inglorion.net>2017-11-10 00:17:31 +0000
commitc6bb9380e0e8a1cc8d14979eb0ae07ed538dd062 (patch)
treef0602bcdabc1080e7aedc8b329c29257b874281f /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
parent8ee82ed81b526aa39c2c116ae60366e9c0124abe (diff)
downloadllvm-c6bb9380e0e8a1cc8d14979eb0ae07ed538dd062.zip
llvm-c6bb9380e0e8a1cc8d14979eb0ae07ed538dd062.tar.gz
llvm-c6bb9380e0e8a1cc8d14979eb0ae07ed538dd062.tar.bz2
[support] allocate exact size required for mapping in Support/Windws/Path.inc
Summary: zturner suggested that mapped_file_region::init() on Windows seems to create mappings that are larger than they need to be: Offset+Size instead of Size. Indeed, that appears to be the case. I confirmed that tests pass with mappings of just Size bytes, and fail with Size-1 bytes, suggesting that Size is indeed the correct value. Reviewers: amccarth, zturner Reviewed By: zturner Subscribers: hiraditya, llvm-commits Differential Revision: https://reviews.llvm.org/D39876 llvm-svn: 317850
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions