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

Cross compilation broken with download-ci-llvm=true #93159

Closed
bjorn3 opened this issue Jan 21, 2022 · 2 comments
Closed

Cross compilation broken with download-ci-llvm=true #93159

bjorn3 opened this issue Jan 21, 2022 · 2 comments
Labels
A-cross Area: Cross compilation C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

Comments

@bjorn3
Copy link
Member

bjorn3 commented Jan 21, 2022

The downloaded llvm build doesn't include llvm-tblgen causing

ninja: error: '~/rust/build/x86_64-unknown-linux-gnu/llvm/bin/llvm-tblgen', needed by 'include/llvm/IR/Attributes.inc', missing and no known rule to make it

when trying to cross-compile. In addition it uses build/x86_64-unknown-linux-gnu/llvm instead of build/x86_64-unknown-linux-gnu/ci-llvm as path.

@bjorn3 bjorn3 added A-cross Area: Cross compilation T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) C-bug Category: This is a bug. labels Jan 21, 2022
@jyn514
Copy link
Member

jyn514 commented Mar 29, 2022

Duplicate of #86890 (I left mentoring instructions there if anyone wants to pick it up).

@Dylan-DPC
Copy link
Member

Closed as duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cross Area: Cross compilation C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Projects
None yet
Development

No branches or pull requests

3 participants