[llvm-bugs] [Bug 51952] New: Improve the messages output by unsupported options when using --elf-output-style=GNU

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Sep 24 01:09:38 PDT 2021


https://bugs.llvm.org/show_bug.cgi?id=51952

            Bug ID: 51952
           Summary: Improve the messages output by unsupported  options
                    when using --elf-output-style=GNU
           Product: tools
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: llvm-readobj
          Assignee: unassignedbugs at nondot.org
          Reporter: gbreynoo at gmail.com
                CC: jh7370.2008 at my.bristol.ac.uk, llvm-bugs at lists.llvm.org

A number of options supported by --elf-output-style=LLVM are not implemented
for GNU output style, a message is output in these cases which is not too
useful for the user. For example use of --elf-linker-options prints:

"printELFLinkerOptions not implemented!"

This is the name of the function. A description of the command line option or
missing functionality would be clearer.

Other examples are seen in printCGProfile() and printBBAddrMaps().

-- 
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/20210924/ab7e3f72/attachment.html>


More information about the llvm-bugs mailing list