icd: update glslang, bil and lunarglass
authorGregF <greg@LunarG.com>
Tue, 20 Jan 2015 18:55:00 +0000 (11:55 -0700)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 5 Feb 2015 00:58:07 +0000 (17:58 -0700)
Move ahead with versions installed by update_external_sources.sh

update_external_sources.sh

index 7a60f0e4559bd1843a3e2fbf782a2907b81f7d98..e007509cbee12e9dfb0da6f6f3682738ce4161e6 100755 (executable)
@@ -2,9 +2,9 @@
 # Update source for glslang and LLVM
 # Copy necessary BIL pieces into glslang and LLVM
 
-BIL_REVISION=29221
-LUNARGLASS_REVISION=1056
-GLSLANG_REVISION=29221
+BIL_REVISION=29512
+LUNARGLASS_REVISION=1060
+GLSLANG_REVISION=29512
 
 BUILDDIR=$PWD
 BASEDIR=$BUILDDIR/..