Index: toolchain_build/pnacl_targetlibs.py |
diff --git a/toolchain_build/pnacl_targetlibs.py b/toolchain_build/pnacl_targetlibs.py |
index 1f982cf905db2e4d538a15ad1801e3ed419cc740..f488a53e26895f214e8ec66acaf65e51bd3e2c5a 100755 |
--- a/toolchain_build/pnacl_targetlibs.py |
+++ b/toolchain_build/pnacl_targetlibs.py |
@@ -21,7 +21,7 @@ from toolchain_build import NewlibLibcScript |
SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__)) |
NACL_DIR = os.path.dirname(SCRIPT_DIR) |
-CLANG_VER = '3.5.0' |
+CLANG_VER = '3.6.0' |
# Return the path to a tool to build target libraries |
# msys should be false if the path will be called directly rather than passed to |