Skip to content

Let's document: llvm #6367

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
pixelcmtd opened this issue Aug 14, 2021 · 5 comments
Open

Let's document: llvm #6367

pixelcmtd opened this issue Aug 14, 2021 · 5 comments
Labels
good first issue Recommended issues for first-time contributors. help wanted You can help make tldr-pages better! let's document Tracker issue to document multiple subcommands/commands of a tool or utility or category. mass changes Changes that affect multiple pages. new command Issues requesting creation of a new page or PRs adding a new page for a command.

Comments

@pixelcmtd
Copy link
Member

pixelcmtd commented Aug 14, 2021

  • llvm (a page listing the other ones and giving an example of a pipe using many of the individual tools that you might want to use while making a new llvm pass for example)
  • lld (a page giving an overview of the parts of lld)

Commands

Aliases

This list is incomplete, for additional commands refer to your LLVM's bin (e. g. /opt/llvm/bin), source code or documentation.

@blueskyson blueskyson added help wanted You can help make tldr-pages better! new command Issues requesting creation of a new page or PRs adding a new page for a command. labels Aug 15, 2021
@marchersimon
Copy link
Collaborator

Any idea where to find documentation for the commands, which don't have a link?

@pixelcmtd
Copy link
Member Author

Any idea where to find documentation for the commands, which don't have a link?

$command -h obviously. For the links in articles idk. You might find something, if you search through the llvm codebase though.

@pixelcmtd pixelcmtd added the mass changes Changes that affect multiple pages. label Sep 17, 2021
@marchersimon marchersimon changed the title page request: llvm Let's document: llvm Sep 20, 2021
@mfrw mfrw mentioned this issue Oct 28, 2021
6 tasks
@kbdharun kbdharun added the good first issue Recommended issues for first-time contributors. label Jan 31, 2023
@kbdharun kbdharun added the let's document Tracker issue to document multiple subcommands/commands of a tool or utility or category. label Oct 21, 2023
@P2Tree
Copy link
Contributor

P2Tree commented Dec 23, 2024

I always work on the LLVM project, and some of the commands are too long to remember. I am surprised that some useful commands are still not documented, such as llvm-mc, llc, lit, and even readelf. Do we need to add documentation for these commands?

@spageektti
Copy link
Member

I always work on the LLVM project, and some of the commands are too long to remember. I am surprised that some useful commands are still not documented, such as llvm-mc, llc, lit, and even readelf. Do we need to add documentation for these commands?

You can create tldr pages for those commands if you want.

@P2Tree
Copy link
Contributor

P2Tree commented Dec 24, 2024

I always work on the LLVM project, and some of the commands are too long to remember. I am surprised that some useful commands are still not documented, such as llvm-mc, llc, lit, and even readelf. Do we need to add documentation for these commands?我一直在做LLVM项目,有些命令太长记不住。令我惊讶的是,一些有用的命令仍然没有记录,例如 llvm-mc、llc、lit,甚至 readelf。我们需要为这些命令添加文档吗?

You can create tldr pages for those commands if you want.如果需要,您可以为这些命令创建 tldr 页面。

I can give it a try.
This is a great project that allows me to no longer have to search what I need through lengthy man pages.

@P2Tree P2Tree mentioned this issue Dec 28, 2024
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Recommended issues for first-time contributors. help wanted You can help make tldr-pages better! let's document Tracker issue to document multiple subcommands/commands of a tool or utility or category. mass changes Changes that affect multiple pages. new command Issues requesting creation of a new page or PRs adding a new page for a command.
Projects
None yet
Development

No branches or pull requests

6 participants