[llvm-bugs] [Bug 42971] New: Missing file name for darwin output format with non-Mach-O
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Aug 12 08:28:41 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=42971
Bug ID: 42971
Summary: Missing file name for darwin output format with
non-Mach-O
Product: tools
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: llvm-size
Assignee: unassignedbugs at nondot.org
Reporter: jh7370.2008 at my.bristol.ac.uk
CC: bigcheesegs at gmail.com, llvm-bugs at lists.llvm.org
llvm-size falls back to printing in Berkeley format, if --format=darwin is
specified and a non-Mach-O object has been provided. However, it does not print
the input filename when it should:
Goid:
C:\Work> C:\llvm\build\Debug\bin\llvm-size test.tmp
text data bss dec hex filename
1 2 4 7 7 test.tmp
Bad:
C:\Work> C:\llvm\build\Debug\bin\llvm-size test.tmp --format=darwin
text data bss dec hex filename
1 2 4 7 7
--
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/20190812/2593dfdd/attachment.html>
More information about the llvm-bugs
mailing list