Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Side by Side Diff: pnacl/DEPS

Issue 11773010: [MIPS] Update pnacl_llvm_rev and pnacl_gcc_rev (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 vars = { 1 vars = {
2 "pnacl_binutils_rev": "453c266914e738071344256621e19cca3b39e17a", 2 "pnacl_binutils_rev": "453c266914e738071344256621e19cca3b39e17a",
3 "pnacl_llvm_rev": "34b5ac3285795c2f867d959279e11d920946a3f8", 3 "pnacl_llvm_rev": "b835840cf112a6178506d834b58aa625f59a8994",
4 "pnacl_gcc_rev": "a8b45d06c8fdf36cfdb7c996393940077097d988", 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": "20a163d6fa5a1d0a398792110c7ea5c48e44e600", 8 "pnacl_llvm_testsuite_rev": "20a163d6fa5a1d0a398792110c7ea5c48e44e600",
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.
14 "clang_rev": "2e39713a3d72c243a2bcd13cc8f5036ba6b487d9", 14 "clang_rev": "2e39713a3d72c243a2bcd13cc8f5036ba6b487d9",
(...skipping 18 matching lines...) Expand all
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 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698