[all-commits] [llvm/llvm-project] 863293: [DWARFYAML] Make the length field of compilation u...
Xing GUO via All-commits
all-commits at lists.llvm.org
Tue Jul 21 21:16:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 86329317873e46f8bc094b05437a44a1f65c55d6
https://github.com/llvm/llvm-project/commit/86329317873e46f8bc094b05437a44a1f65c55d6
Author: Xing GUO <higuoxing at gmail.com>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
M lldb/unittests/Expression/DWARFExpressionTest.cpp
M lldb/unittests/SymbolFile/DWARF/DWARFASTParserClangTests.cpp
M llvm/lib/ObjectYAML/DWARFYAML.cpp
M llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
M llvm/unittests/DebugInfo/DWARF/DWARFDieTest.cpp
Log Message:
-----------
[DWARFYAML] Make the length field of compilation units optional. NFC.
This patch makes the length field of compilation units optional (0 by
default).
More information about the All-commits
mailing list