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

Include llc with the llvm-tools component #55890

Closed
gnzlbg opened this issue Nov 12, 2018 · 1 comment · Fixed by #77868
Closed

Include llc with the llvm-tools component #55890

gnzlbg opened this issue Nov 12, 2018 · 1 comment · Fixed by #77868
Labels
A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-feature-request Category: A feature request, i.e: not implemented / a PR. T-release Relevant to the release subteam, which will review and decide on the PR/issue.

Comments

@gnzlbg
Copy link
Contributor

gnzlbg commented Nov 12, 2018

Its useful to be able to use the same llc as rust when trying to debug codegen issues.

@glandium
Copy link
Contributor

llvm-dis would be useful too.

@jonas-schievink jonas-schievink added A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-feature-request Category: A feature request, i.e: not implemented / a PR. T-release Relevant to the release subteam, which will review and decide on the PR/issue. labels Apr 21, 2019
JohnTitor added a commit to JohnTitor/rust that referenced this issue Oct 13, 2020
…k-Simulacrum

Include `llvm-dis`, `llc` and `opt` in `llvm-tools-preview` component

Fixes rust-lang#55890

It's useful to have `llc` and `opt` available when debugging an LLVM
miscompilation,.
JohnTitor added a commit to JohnTitor/rust that referenced this issue Oct 13, 2020
…k-Simulacrum

Include `llvm-dis`, `llc` and `opt` in `llvm-tools-preview` component

Fixes rust-lang#55890

It's useful to have `llc` and `opt` available when debugging an LLVM
miscompilation,.
JohnTitor added a commit to JohnTitor/rust that referenced this issue Oct 13, 2020
…k-Simulacrum

Include `llvm-dis`, `llc` and `opt` in `llvm-tools-preview` component

Fixes rust-lang#55890

It's useful to have `llc` and `opt` available when debugging an LLVM
miscompilation,.
@bors bors closed this as completed in c16c8ac Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-feature-request Category: A feature request, i.e: not implemented / a PR. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants