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: unassignedb...@nondot.org
Reporter: miny...@uci.edu
CC: glaub...@physik.fu-berlin.de,
llvm-bugs@lists.llvm.org, miny...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs