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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]

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.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to