Skip to content
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

llvm-mc: add page #15356

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

llvm-mc: add page #15356

wants to merge 6 commits into from

Conversation

P2Tree
Copy link

@P2Tree P2Tree commented Dec 26, 2024

  • The page(s) are in the correct platform directories: common, linux, osx, windows, sunos, android, etc.
  • The page(s) have at most 8 examples.
  • The page description(s) have links to documentation or a homepage.
  • The page(s) follow the content guidelines.
  • The page(s) follow the style guide.
  • The PR title conforms to the recommended templates.
  • Version of the command being documented (if known): LLVM 19

@github-actions github-actions bot added the new command Issues requesting creation of a new page. label Dec 26, 2024
pages/common/llvm-mc.md Outdated Show resolved Hide resolved
Copy link
Member

@spageektti spageektti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi. Thank you so much for your contribution!

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
@P2Tree
Copy link
Author

P2Tree commented Dec 28, 2024

Hi. Thank you so much for your contribution!

This is my first PR for tldr, thanks for your review.
Should I need to update this issue after PR merged? #6367

pages/common/llvm-mc.md Outdated Show resolved Hide resolved
P2Tree and others added 2 commits December 28, 2024 14:28
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
@spageektti
Copy link
Member

Hi. Thank you so much for your contribution!

This is my first PR for tldr, thanks for your review.
Should I need to update this issue after PR merged? #6367

I will update the list.


- Assemble assembly code from standard input stream and show encoding to standard output stream:

`echo "addl %eax, %ebx" | llvm-mc -show-encoding -show-inst`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`echo "addl %eax, %ebx" | llvm-mc -show-encoding -show-inst`
`echo "{{addl %eax, %ebx}}" | llvm-mc -show-encoding -show-inst`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new command Issues requesting creation of a new page.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants