[llvm-bugs] [Bug 49245] New: Replace utils/extract-section.py with better solution in the tests
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Feb 18 00:02:17 PST 2021
https://bugs.llvm.org/show_bug.cgi?id=49245
Bug ID: 49245
Summary: Replace utils/extract-section.py with better solution
in the tests
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: M68k
Assignee: unassignedbugs at nondot.org
Reporter: minyihh at uci.edu
CC: glaubitz at physik.fu-berlin.de,
llvm-bugs at lists.llvm.org, minyihh at uci.edu
Currently we're relying on utils/extract-section.py -- a thin wrapper around
llvm-readobj -- in most of the object code tests. Rationale behind this is that
llvm-readobj or any existing binary utilities in LLVM is unable to print data
in binary or custom hexadecimal format. It will be great to replace this script
with other solution, for example rewriting all the checks in the tests or
adding additional outputting format into llvm-readobj.
Here are some related discussions: https://reviews.llvm.org/D88392
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210218/94435f98/attachment.html>
More information about the llvm-bugs
mailing list