Bug 1443827: Update clang-cl builders to r326909 and add the lld repo. r=froydnj

This commit is contained in:
David Major 2018-03-08 17:26:56 -05:00
Родитель 8483a27743
Коммит 8f57f62bc6
1 изменённых файлов: 3 добавлений и 5 удалений

Просмотреть файл

@ -1,11 +1,12 @@
{
"llvm_revision": "317840",
"llvm_revision": "326909",
"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",
"lld_repo": "https://llvm.org/svn/llvm-project/lld/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",
@ -13,9 +14,6 @@
"cxx": "cl.exe",
"ml": "ml64.exe",
"patches": [
"r318309.patch",
"loosen-msvc-detection.patch",
"hide-gcda-profiling-symbols.patch",
"fflush-before-unlocking.patch"
"loosen-msvc-detection.patch"
]
}