llvm/llvm-project

Improve the messages output by unsupported options when using --elf-output-style=GNU

已关闭

#51,294 创建于 2021年9月24日

 (6 条评论) (0 个反应) (1 位负责人)C++ (10,782 个派生)batch import
bugzillagood first issuetools:llvm-readobj/readelf

仓库指标

星标
 (26,378 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Bugzilla Link 51952
Version trunk
OS Windows NT
CC @jh7370

Extended Description

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().

贡献者指南