OLD | NEW |
1 vars = { | 1 vars = { |
2 "pnacl_binutils_rev": "453c266914e738071344256621e19cca3b39e17a", | 2 "pnacl_binutils_rev": "453c266914e738071344256621e19cca3b39e17a", |
3 "pnacl_llvm_rev": "7564114a66c3d5401f5b63c6a940e7c2c2c329b6", | 3 "pnacl_llvm_rev": "f8b761e8e49cf46f796510e5ef946b2a261dd45b", |
4 "pnacl_gcc_rev": "e09efac3663fa23abf48941d4844e1876659b7c4", | 4 "pnacl_gcc_rev": "e09efac3663fa23abf48941d4844e1876659b7c4", |
5 | 5 |
6 "glibc_rev": "ef989bae60d93e2906847b367becbd0e7f27679f", | 6 "glibc_rev": "ef989bae60d93e2906847b367becbd0e7f27679f", |
7 "newlib_rev": "6a104f495cf91387ecec5f5f87c6e12d345b204c", | 7 "newlib_rev": "6a104f495cf91387ecec5f5f87c6e12d345b204c", |
8 "pnacl_llvm_testsuite_rev": "0d6d7c909e6f7cc83e2b85c11332e9347b73dfb9", | 8 "pnacl_llvm_testsuite_rev": "0d6d7c909e6f7cc83e2b85c11332e9347b73dfb9", |
9 "compiler_rt_rev": "cad11a9ea0008d18125e81beafc27271ee71926e", | 9 "compiler_rt_rev": "cad11a9ea0008d18125e81beafc27271ee71926e", |
10 # clang_rev should be the first clang commit after the llvm commit from | 10 # clang_rev should be the first clang commit after the llvm commit from |
11 # which the local llvm is branched. Unfortunately because the llvm and | 11 # which the local llvm is branched. Unfortunately because the llvm and |
12 # clang git repos are separate (even upstream), the same revision cannot | 12 # clang git repos are separate (even upstream), the same revision cannot |
13 # be used for both of them, the way it can with SVN. | 13 # be used for both of them, the way it can with SVN. |
(...skipping 19 matching lines...) Expand all Loading... |
33 "compiler-rt": | 33 "compiler-rt": |
34 Var("nacl_base_readonly") + "/pnacl-compiler-rt.git@" + Var("compiler_rt_rev
"), | 34 Var("nacl_base_readonly") + "/pnacl-compiler-rt.git@" + Var("compiler_rt_rev
"), |
35 "clang": | 35 "clang": |
36 Var("llvm_upstream_base") + "/clang.git@" + Var("clang_rev"), | 36 Var("llvm_upstream_base") + "/clang.git@" + Var("clang_rev"), |
37 } | 37 } |
38 | 38 |
39 skip_child_includes = [ | 39 skip_child_includes = [ |
40 'git', | 40 'git', |
41 'src', | 41 'src', |
42 ] | 42 ] |
OLD | NEW |