-
Notifications
You must be signed in to change notification settings - Fork 29
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
SpirV failes to build: #29
Comments
@jzzheng22 do you have any ideas on this? I will re-enable this build to show the error and process we build with. |
It seems, that the translator is built as an LLVM subproject but it is currently an independent project... so the instructions for building it in the LLVM tree are documented here: https://github.com/KhronosGroup/SPIRV-LLVM-Translator#llvm-in-tree-build Has there been any change in godbolt about spirv-llvm build? |
Not knowingly, but I'll take another look in case some build refactoring i did broke it! thanks for the hint! |
Ok, it seems that it was a change in LLVM in Sep: So my guess is that we should build llvm-spirv differently now... but I wonder if the instructions in the translator repo are up to dat because they only seem to activate clang in cmake... |
Looking at the translator build bots it seems that they never set So I feel if we just drop this option from cmake line then the build will succeed. |
The text was updated successfully, but these errors were encountered: