Skip to content

Commit

Permalink
Move spvgen to build_with_tools since it is no longer needed by drive…
Browse files Browse the repository at this point in the history
…r default build
  • Loading branch information
WenqingLiAMD committed Aug 19, 2022
1 parent 87646fc commit 4f0af4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions build_with_tools.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<remote name="khronos-github"
fetch="https://github.com/KhronosGroup/" />

<project path="drivers/spvgen" name="spvgen" revision="dev"/>
<project path="drivers/third_party/glslang" name="glslang.git" remote="khronos-github" revision="6624e1367309630b2f6df3cf93a5f864e89973f9"/>
<project path="drivers/third_party/SPIRV-tools" name="SPIRV-Tools.git" remote="khronos-github" revision="8a40f6de57d7b78bc431678d90aa8a570d1631f2"/>
<project path="drivers/third_party/SPIRV-tools/external/SPIRV-Headers" name="SPIRV-Headers.git" remote="khronos-github" revision="b8047fbe45f426f5918fadc67e8408f5b108c3c9"/>
Expand Down
1 change: 0 additions & 1 deletion default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<project path="drivers/xgl" name="xgl" revision="dev"/>
<project path="drivers/pal" name="pal" revision="dev"/>
<project path="drivers/llpc" name="llpc" revision="dev"/>
<project path="drivers/spvgen" name="spvgen" revision="dev"/>
<project path="drivers/gpurt" name="gpurt" revision="dev"/>
<project path="drivers/AMDVLK" name="AMDVLK" revision="dev"/>
<project path="drivers/llvm-project" name="llvm-project" revision="amd-gfx-gpuopen-dev"/>
Expand Down

0 comments on commit 4f0af4a

Please sign in to comment.