[all-commits] [llvm/llvm-project] 7b72c5: DebugInfo: Avoid truncating addr_base to 32 bits
David Blaikie via All-commits
all-commits at lists.llvm.org
Mon Feb 10 15:52:03 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7b72c5835cee5eda48a11e8a1b0d012de73ae103
https://github.com/llvm/llvm-project/commit/7b72c5835cee5eda48a11e8a1b0d012de73ae103
Author: David Blaikie <dblaikie at gmail.com>
Date: 2020-02-10 (Mon, 10 Feb 2020)
Changed paths:
M llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
Log Message:
-----------
DebugInfo: Avoid truncating addr_base to 32 bits
I'm /guessing/ this isn't terribly testable without a very large input
file. Even generated from a more compact assembly file, it's probably
best not to generate a giant temporary test file - if I'm wrong about
that/anyone has good suggestions for testing, I'm all ears!
Based on post-commit review feedback from Igor Kudrin on
eed0242330926815d19dd0d54f393576bcffc762
More information about the All-commits
mailing list