We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It failed when i add this codes.
The text was updated successfully, but these errors were encountered:
Could you add the log of the failure?
My guess is that it failed regarding llvm tablegen. We are cross-compiling clspv for ChromeOS, here is how we do it:
First, what you need to do is to build tablegen with your local compiler (no cross compilation). Have a look at what is done in build_host_tools here.
build_host_tools
And then, you just need to keep what you have added plus what is here
If the failure is not related to llvm tablegen forget about everything above obviously.
Sorry, something went wrong.
No branches or pull requests
It failed when i add this codes.
The text was updated successfully, but these errors were encountered: