Closed
Bug 769635
Opened 13 years ago
Closed 13 years ago
Upgrade clang to 159409
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: espindola, Assigned: espindola)
Details
Attachments
(2 files)
482 bytes,
patch
|
rail
:
review+
|
Details | Diff | Splinter Review |
2.74 KB,
patch
|
rail
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•13 years ago
|
||
The red in the linux32 bit build was a bug in llvm's support for the initial-exec tls model which we use in jemalloc now that clang support selecting the model via an attribute.
I fixed that in r159409.
Updated•13 years ago
|
Attachment #637873 -
Flags: review?(rail) → review+
Assignee | ||
Comment 2•13 years ago
|
||
The packages are in
http://people.mozilla.org/~respindola/clang-159409/
I will upload the manifests, but will wait until a try run finishes to commit them.
Assignee | ||
Updated•13 years ago
|
Whiteboard: [leave open]
Comment 3•13 years ago
|
||
for f in clang-*.tar.bz2; do sudo cp -vi $f /var/www/html/runtime-binaries/tooltool/sha512/$(sha512sum $f | cut -f1 -d " "); done
`clang-darwin.tar.bz2' -> `/var/www/html/runtime-binaries/tooltool/sha512/c664beadb01a4e8ba7f32698b3ef694ade9044a9117d90d57f1475f2cefea82d74d1b0f3da89dcb9932ba90e048ae3d908bff05ab09d0ce2c82731e949e62a47'
`clang-linux32.tar.bz2' -> `/var/www/html/runtime-binaries/tooltool/sha512/c5bb558a5958458b11da385d57897a1f7e57a7be2f452438f6813cf1e9f2a4ce93769c36e304126f97dbd753732b70446c7fa3c779267e80152d7ac0175057fc'
`clang-linux64.tar.bz2' -> `/var/www/html/runtime-binaries/tooltool/sha512/f092080caed28db1ed7d9f0612aef1d885d2587b4e069d3662af5c241950ee772b6bc249d766a47b4fe2c170a46cfe05010269a3cbc1123d1f4126bc182b7b40'
Assignee | ||
Comment 4•13 years ago
|
||
To be committed after the try run.
Attachment #637963 -
Flags: review?(rail)
Updated•13 years ago
|
Attachment #637963 -
Flags: review?(rail) → review+
Assignee | ||
Comment 5•13 years ago
|
||
The try looks better than the previous one, so I pushed it to inbound.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [leave open]
Comment 6•13 years ago
|
||
FWIW, we typically wait to resolve bugs until they land on m-c.
Comment 7•13 years ago
|
||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•