forked from mirrors/gecko-dev
Bug 1535441 - Update win64 clang-cl to 8.0.0final r=firefox-build-system-reviewers,chmanchester
This gets us back to using an official release. Differential Revision: https://phabricator.services.mozilla.com/D24069 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
17dec601e9
commit
ef4fa82ab2
1 changed files with 6 additions and 6 deletions
|
|
@ -1,14 +1,14 @@
|
||||||
{
|
{
|
||||||
"llvm_revision": "355016",
|
"llvm_revision": "356365",
|
||||||
"stages": "3",
|
"stages": "3",
|
||||||
"build_libcxx": false,
|
"build_libcxx": false,
|
||||||
"build_type": "Release",
|
"build_type": "Release",
|
||||||
"assertions": false,
|
"assertions": false,
|
||||||
"llvm_repo": "https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_800/rc3",
|
"llvm_repo": "https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_800/final",
|
||||||
"clang_repo": "https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_800/rc3",
|
"clang_repo": "https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_800/final",
|
||||||
"lld_repo": "https://llvm.org/svn/llvm-project/lld/tags/RELEASE_800/rc3",
|
"lld_repo": "https://llvm.org/svn/llvm-project/lld/tags/RELEASE_800/final",
|
||||||
"compiler_repo": "https://llvm.org/svn/llvm-project/compiler-rt/tags/RELEASE_800/rc3",
|
"compiler_repo": "https://llvm.org/svn/llvm-project/compiler-rt/tags/RELEASE_800/final",
|
||||||
"libcxx_repo": "https://llvm.org/svn/llvm-project/libcxx/tags/RELEASE_800/rc3",
|
"libcxx_repo": "https://llvm.org/svn/llvm-project/libcxx/tags/RELEASE_800/final",
|
||||||
"python_path": "c:/mozilla-build/python/python.exe",
|
"python_path": "c:/mozilla-build/python/python.exe",
|
||||||
"cc": "cl.exe",
|
"cc": "cl.exe",
|
||||||
"cxx": "cl.exe",
|
"cxx": "cl.exe",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue