[all-commits] [llvm/llvm-project] 999039: [Symbolize] Fix overflow warning on 32-bit hosts.
Daniel Thornburgh via All-commits
all-commits at lists.llvm.org
Wed Mar 16 09:44:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9990395859d3580d8511c027c723b2805a9c4282
https://github.com/llvm/llvm-project/commit/9990395859d3580d8511c027c723b2805a9c4282
Author: Daniel Thornburgh <dthorn at google.com>
Date: 2022-03-16 (Wed, 16 Mar 2022)
Changed paths:
M llvm/include/llvm/DebugInfo/Symbolize/Symbolize.h
Log Message:
-----------
[Symbolize] Fix overflow warning on 32-bit hosts.
The inserted cast is a no-op.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D121752
More information about the All-commits
mailing list