Update SPIR-V Tools/Headers
authorAlexander Galazin <alexander.galazin@arm.com>
Wed, 28 Nov 2018 09:09:54 +0000 (10:09 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Fri, 30 Nov 2018 09:59:12 +0000 (04:59 -0500)
Update SPIR-V Tools/Headers to gitlab-prelim-rc9

Components: Framework

Change-Id: I7e6d8a98afe431df2d8bf4c77e5a609f1c34b2a1

external/fetch_sources.py

index 168d32c..9bc667e 100755 (executable)
@@ -258,7 +258,7 @@ PACKAGES = [
        GitRepo(
                "https://gitlab.khronos.org/spirv/spirv-tools.git",
                "git@gitlab.khronos.org:spirv/spirv-tools.git",
-               "9859326f90f65d32ea5da5e567ebe704e9070fd5",
+               "31c4f9ef27e5f5e75c42d6bfa092d847d1b42c36",
                "spirv-tools"),
        GitRepo(
                "https://github.com/KhronosGroup/glslang.git",
@@ -269,7 +269,7 @@ PACKAGES = [
        GitRepo(
                "https://gitlab.khronos.org/spirv/SPIRV-Headers.git",
                "git@gitlab.khronos.org:spirv/SPIRV-Headers.git",
-               "4c363b4dcfe635817dcc76f02c3a919ade261b76",
+               "06f3884988d7b5d25b658a491627071b4d0a0be9",
                "spirv-headers"),
 ]