[all-commits] [llvm/llvm-project] 2142e2: [DWARF] Fix DWARFDebugAranges to support 64-bit CU...
Igor Kudrin via All-commits
all-commits at lists.llvm.org
Wed Jan 15 02:20:54 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2142e20f50954b9b5085e9b9461efc318a3348c0
https://github.com/llvm/llvm-project/commit/2142e20f50954b9b5085e9b9461efc318a3348c0
Author: Igor Kudrin <ikudrin at accesssoftek.com>
Date: 2020-01-15 (Wed, 15 Jan 2020)
Changed paths:
M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h
M llvm/lib/DebugInfo/DWARF/DWARFDebugAranges.cpp
Log Message:
-----------
[DWARF] Fix DWARFDebugAranges to support 64-bit CU offsets.
DWARFContext, the only user of this class, can already handle such offsets.
Differential Revision: https://reviews.llvm.org/D71834
More information about the All-commits
mailing list