Remove `binary_asm_labels` once the LLVM issue is fixed
Open
Nobody has claimed this yet.
A-inline-assembly
A-LLVM
C-cleanup
L-binary_asm_labels
T-compiler
- Dominant language
- Rust
- Stars
- 119k
- Forks
- 16.1k
- PR merge metrics
- PR metrics pending
Description
This issue is just to track https://github.com/llvm/llvm-project/issues/99547. After that is fixed, we can remove binary_asm_labels and allow using 0: and 1: on x86.
Relevant issues:
Relevant PRs:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
First check LLVM issue 99547 and the linked Rust issue 94426 and PRs 126922 and 127935. Once the LLVM issue is fixed, locate the binary_asm_labels implementation and remove it; done means x86 can use 0: and 1: labels without that restriction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100