[all-commits] [llvm/llvm-project] ea1f51: [llvm-dwarfdump][test] Add tests for dumping the ....
Xing GUO via All-commits
all-commits at lists.llvm.org
Tue Sep 1 05:23:11 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ea1f5133cc572720bbb9a90d271a59d99a55845d
https://github.com/llvm/llvm-project/commit/ea1f5133cc572720bbb9a90d271a59d99a55845d
Author: Xing GUO <higuoxing at gmail.com>
Date: 2020-09-01 (Tue, 01 Sep 2020)
Changed paths:
A llvm/test/tools/llvm-dwarfdump/debug-line-str.yaml
Log Message:
-----------
[llvm-dwarfdump][test] Add tests for dumping the .debug_line_str section.
This patch adds tests for dumping the .debug_line_str section. The
dumper of the debug_line_str section is able to write nonprintable
strings as escaped chars while the dumper of the debug_str and
debug_str.dwo sections cannot. I will fix them and add tests for them
in a follow-up patch.
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D86916
More information about the All-commits
mailing list