[all-commits] [llvm/llvm-project] 9aaa32: [ObjectYAML][DWARF] Let writeVariableSizedInteger(...
Xing GUO via All-commits
all-commits at lists.llvm.org
Tue Jun 16 18:26:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9aaa32cfcb1c9d547a3e0ae8272ff4af6bbd4043
https://github.com/llvm/llvm-project/commit/9aaa32cfcb1c9d547a3e0ae8272ff4af6bbd4043
Author: Xing GUO <higuoxing at gmail.com>
Date: 2020-06-17 (Wed, 17 Jun 2020)
Changed paths:
M llvm/lib/ObjectYAML/DWARFEmitter.cpp
M llvm/test/tools/yaml2obj/ELF/DWARF/debug-addr.yaml
M llvm/test/tools/yaml2obj/ELF/DWARF/debug-aranges.yaml
M llvm/test/tools/yaml2obj/ELF/DWARF/debug-ranges.yaml
Log Message:
-----------
[ObjectYAML][DWARF] Let writeVariableSizedInteger() return Error.
This patch helps change the return type of `writeVariableSizedInteger()` from `void` to `Error`.
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D81915
More information about the All-commits
mailing list