Skip to content

Commit

Permalink
* 3.8 toolchain: use a fixed branch/commit of SPIRV-Tools and SPIRV-…
Browse files Browse the repository at this point in the history
…Headers
  • Loading branch information
a2flo committed Jul 30, 2016
1 parent afc3517 commit d0bc8cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion etc/llvm38/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,11 @@ fi

# always clone anew
rm -Rf SPIRV-Tools 2>/dev/null
git clone git://github.com/a2flo/SPIRV-Tools.git
git clone git://github.com/a2flo/SPIRV-Tools.git --branch libfloor_v0.2.2 --single-branch
git clone git://github.com/KhronosGroup/SPIRV-Headers.git SPIRV-Tools/external/spirv-headers
cd SPIRV-Tools/external/spirv-headers
git reset --hard 3814effb879ab5a98a7b9288a4b4c7849d2bc8ac
cd ../../../

# clean up prior source and build folders
rm -Rf llvm 2>/dev/null
Expand Down

0 comments on commit d0bc8cd

Please sign in to comment.