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

libshaderc sources in NDK r.17 outdated #704

Closed
alexcohn opened this issue May 23, 2018 · 4 comments
Closed

libshaderc sources in NDK r.17 outdated #704

alexcohn opened this issue May 23, 2018 · 4 comments
Milestone

Comments

@alexcohn
Copy link

Description

Vulcan API samples building fails with NDK r.17. The answer explains the problem. Actually, the fix for Clang 6.0 was ready 4 months ago, but sources/third_party/shaderc has not been updated.

Environment Details

  • NDK Version: 17.0.4754217
  • Compiler: Clang
@DanAlbert
Copy link
Member

Thanks for refiling this from stack overflow, Alex.

Looks like we do have the updates in master. @dneto0: how risky would it be to merge all the updates in the master-ndk branch into the r17 branch for a hotfix? r17 has already released to stable, so if there's much risk we can just close this as fixed in r18 and move the bug over to the samples to suppress the warning for now.

@dneto0
Copy link
Collaborator

dneto0 commented May 24, 2018

I think the only risk is in the interaction with the Vulkan loader and layers component, which also uses the SPIRV-Tools.
So as long as the following are updated together, the risk is minimal:

  • external/shaderc/* (that's glslang, spirv-tools, spirv-headers, shaderc)
  • external/vulkan-validation-layers

@DanAlbert
Copy link
Member

Okay, I'll pull updates for all of those into r17b.

@DanAlbert DanAlbert added this to the r17b milestone May 24, 2018
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

No branches or pull requests

3 participants