|
1 | 1 | {
|
2 |
| - "llvm_revision": "326563", |
| 2 | + "llvm_revision": "335538", |
3 | 3 | "stages": "1",
|
4 | 4 | "build_libcxx": true,
|
5 | 5 | "build_type": "Release",
|
6 | 6 | "assertions": false,
|
7 | 7 | "osx_cross_compile": true,
|
8 |
| - "llvm_repo": "https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_600/final", |
9 |
| - "clang_repo": "https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_600/final", |
10 |
| - "lld_repo": "https://llvm.org/svn/llvm-project/lld/tags/RELEASE_600/final", |
11 |
| - "compiler_repo": "https://llvm.org/svn/llvm-project/compiler-rt/tags/RELEASE_600/final", |
12 |
| - "libcxx_repo": "https://llvm.org/svn/llvm-project/libcxx/tags/RELEASE_600/final", |
13 |
| - "libcxxabi_repo": "https://llvm.org/svn/llvm-project/libcxxabi/tags/RELEASE_600/final", |
| 8 | + "llvm_repo": "https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_601/final", |
| 9 | + "clang_repo": "https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_601/final", |
| 10 | + "lld_repo": "https://llvm.org/svn/llvm-project/lld/tags/RELEASE_601/final", |
| 11 | + "compiler_repo": "https://llvm.org/svn/llvm-project/compiler-rt/tags/RELEASE_601/final", |
| 12 | + "libcxx_repo": "https://llvm.org/svn/llvm-project/libcxx/tags/RELEASE_601/final", |
| 13 | + "libcxxabi_repo": "https://llvm.org/svn/llvm-project/libcxxabi/tags/RELEASE_601/final", |
14 | 14 | "python_path": "/usr/bin/python2.7",
|
15 | 15 | "gcc_dir": "/builds/worker/workspace/build/src/gcc",
|
16 | 16 | "cc": "/builds/worker/workspace/build/src/clang/bin/clang",
|
|
22 | 22 | "ld": "/builds/worker/workspace/build/src/clang/bin/clang",
|
23 | 23 | "patches": [
|
24 | 24 | "compiler-rt-cross-compile.patch",
|
25 |
| - "compiler-rt-no-codesign.patch" |
| 25 | + "compiler-rt-no-codesign.patch", |
| 26 | + "r322401.patch", |
| 27 | + "r325356.patch" |
26 | 28 | ]
|
27 | 29 | }
|
0 commit comments