Skip to content

Commit 0ff164f

Browse files
authored
Restore lkgr (#244)
1 parent de1134d commit 0ff164f

File tree

2 files changed

+94
-1
lines changed

2 files changed

+94
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ llvm-nightlies-64bit.txt
2525
llvm-tags-32bit.txt
2626
llvm-tags-64bit.txt
2727
upstream
28-
!upstream/lkgr.json

upstream/lkgr.json

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
{
2+
"repositories": {
3+
"java": null,
4+
"gcc": {
5+
"remote": "https://chromium.googlesource.com/chromiumos/third_party/gcc.git",
6+
"subject": "[GCC] Fix compile time error introduced by PR64111 (GCC FSF).",
7+
"hash": "b6125c702850488ac3bfb1079ae5c9db89989406",
8+
"name": "Caroline Tice",
9+
"email": "cmtice@google.com"
10+
},
11+
"llvm": {
12+
"remote": "https://github.com/llvm/llvm-project.git",
13+
"subject": "[COFF] Remove finalizeContents virtual method from Chunk, NFC",
14+
"hash": "11c141eb68531eec30af8ff8f82b8159de99e555",
15+
"name": "Reid Kleckner",
16+
"email": "rnk@google.com"
17+
},
18+
"emscripten": {
19+
"remote": "https://github.com/emscripten-core/emscripten.git",
20+
"subject": "Add assertions for duplicate names from parameterization (#8665)",
21+
"hash": "f6df93be62459edaecf38e3986a96118be8ace94",
22+
"name": "Guanzhong Chen",
23+
"email": "gzchen@google.com"
24+
},
25+
"nodejs": null,
26+
"llvm-test-suite": {
27+
"remote": "https://llvm.googlesource.com/test-suite.git",
28+
"subject": "Document how to use the 'vs' mode in compare.py",
29+
"hash": "c79e9b9f75512e75c3241b08ec78f78d8fc710af",
30+
"name": "Amara Emerson",
31+
"email": "aemerson@apple.com"
32+
},
33+
"host-toolchain": {
34+
"remote": "https://chromium.googlesource.com/v8/v8.git",
35+
"subject": "Revert \"Reland \"[torque] move class tests to unittests\"\"",
36+
"hash": "0ef1982ff57d1b5db66d4e4354193f4aee543d13",
37+
"name": "Francis McCabe",
38+
"email": "fgm@chromium.org"
39+
},
40+
"waterfall": {
41+
"remote": "/b/swarming/w/ir/cache/git/chromium.googlesource.com-external-github.com-webassembly-waterfall",
42+
"subject": "Print reason for clobbering build (#528)",
43+
"hash": "02d964670cedc2e43f38151e8fbbc69a167187d8",
44+
"name": "Derek Schuff",
45+
"email": "dschuff@chromium.org"
46+
},
47+
"fastcomp-clang": {
48+
"remote": "https://github.com/emscripten-core/emscripten-fastcomp-clang.git",
49+
"subject": "1.38.32",
50+
"hash": "ca75f5e8a424747b1e368ad6e94a4b4740dd28af",
51+
"name": "Alon Zakai",
52+
"email": "azakai@google.com"
53+
},
54+
"binaryen": {
55+
"remote": "https://chromium.googlesource.com/external/github.com/WebAssembly/binaryen.git",
56+
"subject": "Inlining: exposed inlining thresholds as command-line parameters. (#2125)",
57+
"hash": "5644d15b87577478659d7cbeb9bb0555cc233631",
58+
"name": "Wouter van Oortmerssen",
59+
"email": "aardappel@gmail.com"
60+
},
61+
"fastcomp": {
62+
"remote": "https://github.com/emscripten-core/emscripten-fastcomp.git",
63+
"subject": "1.38.32",
64+
"hash": "2be857f52bb377de8cf7369acfc42a3b36bbd94d",
65+
"name": "Alon Zakai",
66+
"email": "azakai@google.com"
67+
},
68+
"v8": {
69+
"remote": "https://chromium.googlesource.com/v8/v8.git",
70+
"subject": "Revert \"Reland \"[torque] move class tests to unittests\"\"",
71+
"hash": "0ef1982ff57d1b5db66d4e4354193f4aee543d13",
72+
"name": "Francis McCabe",
73+
"email": "fgm@chromium.org"
74+
},
75+
"cmake": null,
76+
"wabt": {
77+
"remote": "https://chromium.googlesource.com/external/github.com/WebAssembly/wabt.git",
78+
"subject": "[wasm-objdump] Fix crash on invalid reloc sections (#1084)",
79+
"hash": "a3a7a93f1f417c6c258e6b5d507adb004fc8b688",
80+
"name": "Sam Clegg",
81+
"email": "sbc@chromium.org"
82+
},
83+
"wasi-sysroot": {
84+
"remote": "https://github.com/CraneStation/wasi-sysroot.git",
85+
"subject": "Don't declare popen and pclose.",
86+
"hash": "eee6ee7566e26f2535eb6088c8494a112ff423b9",
87+
"name": "Dan Gohman",
88+
"email": "sunfish@mozilla.com"
89+
},
90+
"gnuwin32": null
91+
},
92+
"build": "6480",
93+
"scheduler": null
94+
}

0 commit comments

Comments
 (0)