author | Rafael Ávila de Espíndola <respindola@mozilla.com> |
Tue, 20 Nov 2012 10:51:56 -0500 | |
changeset 113787 | dc876e45639c796265aab0aaed5144d2842c0b47 |
parent 113786 | e68e9dcdaaeba5817541bee93492e355a39e2ff1 |
child 113788 | 74f765e3695b7ac6607ef2b610974bb86e52f5d3 |
push id | 23890 |
push user | ryanvm@gmail.com |
push date | Wed, 21 Nov 2012 02:43:32 +0000 |
treeherder | mozilla-central@4f19e7fd8bea [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | rail |
bugs | 813076, 168304 |
milestone | 20.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/build/unix/build-clang/build-clang.py +++ b/build/unix/build-clang/build-clang.py @@ -1,14 +1,14 @@ #!/usr/bin/python # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -llvm_revision = "167750" +llvm_revision = "168304" moz_version = "moz0" ############################################## import os import os.path import shutil import tarfile