Bug 1316537 part 2 - Update 64-bit clang build configuration for the changes in bug 1306650. r?ehsan draft
authorTing-Yu Chou <janus926@gmail.com>
Tue, 15 Nov 2016 09:11:46 +0800
changeset 438836 217c470a7a9e5071292644590933c735edb52aec
parent 438832 43413c59ff57d9881370859e7625647c993000b4
child 438837 69e766b512bbba4d7d3474ce2bcb3743c0528177
push id35830
push userbmo:janus926@gmail.com
push dateTue, 15 Nov 2016 04:44:43 +0000
reviewersehsan
bugs1316537, 1306650
milestone52.0a1
Bug 1316537 part 2 - Update 64-bit clang build configuration for the changes in bug 1306650. r?ehsan MozReview-Commit-ID: 79QRz4FUFRe
build/build-clang/clang-static-analysis-win64.json
--- a/build/build-clang/clang-static-analysis-win64.json
+++ b/build/build-clang/clang-static-analysis-win64.json
@@ -1,16 +1,16 @@
 {
-    "llvm_revision": "262971",
+    "llvm_revision": "283955",
     "stages": "3",
     "build_libcxx": false,
     "build_type": "Release",
     "assertions": false,
     "llvm_repo": "https://llvm.org/svn/llvm-project/llvm/trunk",
     "clang_repo": "https://llvm.org/svn/llvm-project/cfe/trunk",
     "compiler_repo": "https://llvm.org/svn/llvm-project/compiler-rt/trunk",
     "libcxx_repo": "https://llvm.org/svn/llvm-project/libcxx/trunk",
     "python_path": "c:/mozilla-build/python/python.exe",
-    "cc": "c:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/BIN/amd64/cl.exe",
-    "cxx": "c:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/BIN/amd64/cl.exe",
+    "cc": "cl.exe",
+    "cxx": "cl.exe",
     "patches": {
     }
 }