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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add handling for SPIR-V target #240

Merged
merged 1 commit into from Mar 12, 2021
Merged

Conversation

XAMPPRocky
Copy link
Contributor

We're trying to use compiletest in rust-gpu, and we ran into an issue where errors from spirv-val include the binary file name with a file extension being platform dependent. This change fixes that. I've already upstreamed this change rust-lang/rust, but it seems the codebase in rust has changed quite a bit that I couldn't easily update compiletest-rs to the latest master.

I don't know if it's preferable to just port this one change or wait till the next update to master. I could share my in progress branch of of updating compiletest, it compiles but it's failing the tests, something about how things get output changed that I didn't figure out yet. I'd happy to work on it, as I'd really like to get this change as using compiletest really speeds up our tests, like from minutes to seconds 馃檪

@Manishearth
Copy link
Owner

We haven't been able to pull in fixes from rustc master for a while. I don't expect any update to rustc any time soon.

@Manishearth
Copy link
Owner

If you want to work on the sync that would be super valuable, I think!

We can also review this PR directly

@Manishearth Manishearth merged commit 1f4a4c4 into Manishearth:master Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants