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
showing the error:
error: No OpEntryPoint instruction was found. This is only allowed if the Linkage capability is being used.
according to the specific
There is at least one OpEntryPoint instruction, unless the Linkage capability is being used.
I think we could get the example update
The text was updated successfully, but these errors were encountered:
Which example are you trying to run and how are you running it?
Sorry, something went wrong.
this one, https://github.com/KhronosGroup/SPIRV-Tools/blob/master/examples/cpp-interface/main.cpp
cc -o test main.cpp -std=c++11 -lSPIRV-Tools -lSPIRV-Tools-link -lSPIRV-Tools-opt -lc++ ./test
Successfully merging a pull request may close this issue.
showing the error:
according to the specific
I think we could get the example update
The text was updated successfully, but these errors were encountered: