llvm/llvm-project
在 GitHub 查看Improve the messages output by unsupported options when using --elf-output-style=GNU
Open
#51,294 建立於 2021年9月24日
bugzillagood first issuetools:llvm-readobj/readelf
倉庫指標
- Star
- (26,378 star)
- PR 合併指標
- (平均合併 1天 2小時) (30 天內合併 1,000 個 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().