Skip to content

Commit 3ef46e9

Browse files
authored
Revert "Commit update-tags results" (#203)
1 parent b0fda89 commit 3ef46e9

File tree

3 files changed

+72
-102
lines changed

3 files changed

+72
-102
lines changed

binaryen-tags.txt

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,4 @@
5858
1.38.3
5959
1.38.4
6060
1.38.5
61-
1.38.6
62-
1.38.7
63-
1.38.8
64-
1.38.9
65-
1.38.10
66-
1.38.11
67-
1.38.12
68-
1.38.13
69-
1.38.14
70-
1.38.15
71-
1.38.16
72-
1.38.17
73-
1.38.18
74-
1.38.19
75-
1.38.20
76-
1.38.21
61+
1.38.6

emscripten-tags.txt

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -131,19 +131,4 @@
131131
1.38.3
132132
1.38.4
133133
1.38.5
134-
1.38.6
135-
1.38.7
136-
1.38.8
137-
1.38.9
138-
1.38.10
139-
1.38.11
140-
1.38.12
141-
1.38.13
142-
1.38.14
143-
1.38.15
144-
1.38.16
145-
1.38.17
146-
1.38.18
147-
1.38.19
148-
1.38.20
149-
1.38.21
134+
1.38.6

upstream/lkgr.json

Lines changed: 70 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,39 @@
22
"repositories": {
33
"libcxxabi": {
44
"remote": "https://llvm.googlesource.com/libcxxabi.git",
5-
"subject": "[libcxx] Remove bad_array_length",
6-
"hash": "307bb62985575b2e3216a8cfd7e122e0574f33a9",
7-
"name": "Louis Dionne",
8-
"email": "[email protected]"
5+
"subject": "[CMake] Set per-runtime library directory suffix in runtimes build",
6+
"hash": "5b1f0aa6f041edaad988a0359c5beb8cd5f1ebfb",
7+
"name": "Petr Hosek",
8+
"email": "[email protected]"
99
},
1010
"binaryen": {
1111
"remote": "https://chromium.googlesource.com/external/github.com/WebAssembly/binaryen.git",
12-
"subject": "wasm-opt fuzz script improvements (#1851)",
13-
"hash": "c33b333bc403af7878ac7b1850862bdaa78c8753",
12+
"subject": "Refactor stack writing code into a new StackWriter class (#1620)",
13+
"hash": "e601522b1e15e5a2a96578244faca1648021fb2d",
1414
"name": "Alon Zakai",
1515
"email": "[email protected]"
1616
},
1717
"gnuwin32": null,
1818
"lld": {
1919
"remote": "https://llvm.googlesource.com/lld.git",
20-
"subject": "[docs] Add a known limitation to the comment about lld supporting GCC/MinGW object files. NFC.",
21-
"hash": "c9d5567d32d3844ad028ebfd17420ca1fa9f316d",
22-
"name": "Martin Storsjo",
23-
"email": "[email protected]"
20+
"subject": "[WebAssemlby] Set IsUsedInRegularObj correctly for undefined data symbols",
21+
"hash": "5934900bdcbc82eb2c582b68909447f8de89a5df",
22+
"name": "Sam Clegg",
23+
"email": "[email protected]"
2424
},
2525
"cr-buildtools": {
2626
"remote": "https://chromium.googlesource.com/chromium/src/build.git",
27-
"subject": "Revert \"Reland \"Roll buildtools and enable in-tree libc++ on Android\"\"",
28-
"hash": "fd2243f33c199db7d399e6377abbbeb4e1901858",
29-
"name": "Thomas Anderson",
27+
"subject": "Finish removing refrences to exe_and_shlib_deps",
28+
"hash": "7315579e388589b62236ad933f09afd1e838d234",
29+
"name": "Tom Anderson",
3030
"email": "[email protected]"
3131
},
3232
"compiler-rt": {
3333
"remote": "https://llvm.googlesource.com/compiler-rt.git",
34-
"subject": "[compiler-rt][Fuchsia] Replace _zx_vmar_allocate_old call",
35-
"hash": "79d27782ac7006e5b2878e7366749769ed6a11f4",
36-
"name": "Petr Hosek",
37-
"email": "[email protected]"
34+
"subject": "[builtins] Implement the __chkstk function for ARM for MinGW",
35+
"hash": "a22026054ba1a9befadef306c3f56481b4397ab3",
36+
"name": "Martin Storsjo",
37+
"email": "[email protected]"
3838
},
3939
"gcc": {
4040
"remote": "https://chromium.googlesource.com/chromiumos/third_party/gcc.git",
@@ -45,39 +45,39 @@
4545
},
4646
"emscripten": {
4747
"remote": "https://chromium.googlesource.com/external/github.com/kripken/emscripten.git",
48-
"subject": "update binaryen to 63 (#7810)",
49-
"hash": "9cdaf9e53f630137ea6dc0717d3285e3faf29800",
50-
"name": "Alon Zakai",
51-
"email": "[email protected]"
48+
"subject": "Add 'ENV' to the list of runtime elements that may be exported. (#6855)",
49+
"hash": "addf0ae7697f01a1bd36889f0b7a6c30e5cf642f",
50+
"name": "Ian Henderson",
51+
"email": "[email protected]"
5252
},
5353
"libcxx": {
5454
"remote": "https://llvm.googlesource.com/libcxx.git",
55-
"subject": "[libcxx] Support building hermetic static library",
56-
"hash": "9e444eb82d34fd56af3875a6971dead607e20b9e",
57-
"name": "Petr Hosek",
58-
"email": "[email protected]"
55+
"subject": "Address \"always inline function is not always inlinable\" warning with GCC.",
56+
"hash": "ffbb91bb640b1b0425a91aa70e2a6a2e0f7244e0",
57+
"name": "Eric Fiselier",
58+
"email": "[email protected]"
5959
},
6060
"nodejs": null,
6161
"host-toolchain": {
62-
"remote": "/b/swarming/w/ir/cache/git/chromium.googlesource.com-external-github.com-webassembly-waterfall",
63-
"subject": "Do not print list of binaries on Mac (#441)",
64-
"hash": "c368ea7a5e3c188cfbfb77ea177a82e94faefc6c",
65-
"name": "Sergiy Belozorov",
66-
"email": "[email protected]"
62+
"remote": "/b/build/slave/cache_dir/chromium.googlesource.com-external-github.com-webassembly-waterfall",
63+
"subject": "Pin chromium clang to a previous revision (#386)",
64+
"hash": "555c690d4cb7cefba750385eeb71cce050bd1e82",
65+
"name": "Sam Clegg",
66+
"email": "[email protected]"
6767
},
6868
"fastcomp": {
6969
"remote": "https://chromium.googlesource.com/external/github.com/kripken/emscripten-fastcomp.git",
70-
"subject": "Handle extern_weak functions: if we are done linking, then they should be resolved to null (#248)",
71-
"hash": "08e033bfad6f7f28d7b5d85e9b4ed708b9850962",
72-
"name": "Alon Zakai",
70+
"subject": "1.38.8",
71+
"hash": "6c4569077d771cf318ff5089a94d82ccef56a038",
72+
"name": "Alon Zakai (kripken)",
7373
"email": "[email protected]"
7474
},
7575
"spec": {
7676
"remote": "https://chromium.googlesource.com/external/github.com/WebAssembly/spec.git",
77-
"subject": "Stop using readlines() in wrap_single_test().",
78-
"hash": "b42efa9b07c5544079c31f6088a66bead617559c",
79-
"name": "Ms2ger",
80-
"email": "Ms2ger@igalia.com"
77+
"subject": "[test] Add test to cover one checkpoint in Todo.md (#834)",
78+
"hash": "c8338e9b4a60edb431edba51a4e1a1617060c2e9",
79+
"name": "Wanming Lin",
80+
"email": "wanming.lin@intel.com"
8181
},
8282
"ocamlbuild": {
8383
"remote": "https://github.com/ocaml/ocamlbuild.git",
@@ -88,47 +88,47 @@
8888
},
8989
"llvm": {
9090
"remote": "https://llvm.googlesource.com/llvm.git",
91-
"subject": "[LegalizeVectorOps] Add FSHL/FSHR to the list of vector operations that should be handled.",
92-
"hash": "3a7c0dbc629e1fd0c68a2d1c486f679e4bef3a4d",
93-
"name": "Craig Topper",
94-
"email": "[email protected]"
91+
"subject": "[LangRef] Clarify which fast-math flags affect fcmp.",
92+
"hash": "1ea502b3c158159aa2d7827acbd81c7930165a13",
93+
"name": "Eli Friedman",
94+
"email": "[email protected]"
9595
},
9696
"musl": {
9797
"remote": "https://github.com/jfbastien/musl.git",
98-
"subject": "Merge pull request #49 from jfbastien/fix_size_t",
99-
"hash": "edeb5004e6e016e326c475ce53199755d76d103f",
100-
"name": "Sam Clegg",
101-
"email": "[email protected]"
98+
"subject": "Merge pull request #48 from jfbastien/fix_signatures",
99+
"hash": "0ed10f0b97192e9798fbb23dcd284cb5fe4df47a",
100+
"name": "JF Bastien",
101+
"email": "[email protected]"
102102
},
103103
"clang": {
104104
"remote": "https://llvm.googlesource.com/clang.git",
105-
"subject": "[CMake] Use hidden visibility for static libc++ in Fuchsia",
106-
"hash": "9474014cc9cd2c1ed6ede59304f4b976c69b72a9",
107-
"name": "Petr Hosek",
108-
"email": "[email protected]"
105+
"subject": "Remove unnecessary trailing ; in macro intrinsic definition.",
106+
"hash": "726843da082dc448eec5048f24bea1bfebbc969c",
107+
"name": "Eric Christopher",
108+
"email": "[email protected]"
109109
},
110110
"waterfall": {
111-
"remote": "/b/swarming/w/ir/cache/git/chromium.googlesource.com-external-github.com-webassembly-waterfall",
112-
"subject": "Do not print list of binaries on Mac (#441)",
113-
"hash": "c368ea7a5e3c188cfbfb77ea177a82e94faefc6c",
114-
"name": "Sergiy Belozorov",
115-
"email": "[email protected]"
111+
"remote": "/b/build/slave/cache_dir/chromium.googlesource.com-external-github.com-webassembly-waterfall",
112+
"subject": "Pin chromium clang to a previous revision (#386)",
113+
"hash": "555c690d4cb7cefba750385eeb71cce050bd1e82",
114+
"name": "Sam Clegg",
115+
"email": "[email protected]"
116116
},
117117
"v8": {
118118
"remote": "https://chromium.googlesource.com/v8/v8.git",
119-
"subject": "[tools] Clean up HTML for tools",
120-
"hash": "638d1b313721f9414a2d8ea16ae319a989e76d4a",
121-
"name": "Mathias Bynens",
122-
"email": "[email protected]"
119+
"subject": "[Intl] Use correct fallback values for options in Locale constructor",
120+
"hash": "b7e108d6016bf6b7de3a34e6d61cb522f5193460",
121+
"name": "Frank Tang",
122+
"email": "[email protected]"
123123
},
124124
"cmake": null,
125125
"java": null,
126126
"llvm-test-suite": {
127127
"remote": "https://llvm.googlesource.com/test-suite.git",
128-
"subject": "Make Python scripts portable across Python 2/3",
129-
"hash": "e259b793a57df68cb0e97436441563533d8f745b",
130-
"name": "Serge Guelton",
131-
"email": "sguelton@quarkslab.com"
128+
"subject": "Fixed test to conform to FileCceck change in r336830.",
129+
"hash": "121047f033754e642217dd45b7d49d1947cff3ab",
130+
"name": "Sunil Srivastava",
131+
"email": "[email protected].com"
132132
},
133133
"ocaml": {
134134
"remote": "https://github.com/ocaml/ocaml.git",
@@ -139,19 +139,19 @@
139139
},
140140
"fastcomp-clang": {
141141
"remote": "https://chromium.googlesource.com/external/github.com/kripken/emscripten-fastcomp-clang.git",
142-
"subject": "1.38.21",
143-
"hash": "955fea46a999fc222ca7699b5e58ff193fbe6c4c",
144-
"name": "Sam Clegg",
145-
"email": "[email protected]"
142+
"subject": "1.38.8",
143+
"hash": "7c43b8c67d35a870986fb92b5a04e615477ab9cf",
144+
"name": "Alon Zakai (kripken)",
145+
"email": "[email protected]"
146146
},
147147
"wabt": {
148148
"remote": "https://chromium.googlesource.com/external/github.com/WebAssembly/wabt.git",
149-
"subject": "Fix segfault when running `wat2wasm -d` (#990)",
150-
"hash": "943164db9bc1147a856dc202f177cf32b64231b7",
149+
"subject": "[wasm2c] Fix bad realloc in wasm-rt-impl (#869)",
150+
"hash": "e5b3830f4c992c5a0b407dae3e9c8c4ee9a626b2",
151151
"name": "Ben Smith",
152152
"email": "[email protected]"
153153
}
154154
},
155-
"build": "2517",
156-
"scheduler": null
155+
"build": "33957",
156+
"scheduler": "llvm"
157157
}

0 commit comments

Comments
 (0)