compiler-rt wam have a different version as clang compiler
Categories
(Firefox Build System :: Task Configuration, defect)
Tracking
(firefox73 fixed)
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: rstewart)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Trying to upgrade clang to 9.0.1, I noticed that /builds/worker/fetches/clang/lib/clang/9.0.0/lib/wasi remains version 9.0.0.
See: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=282343443&repo=try&lineNumber=895
I guess wasi should be upgraded when clang is updated to 9.0.1 too
Ricky, does it ring a bell? Thanks
Assignee | ||
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
wasi comes with its own version of llvm and uses that: https://github.com/CraneStation/wasi-sdk/tree/master/src
This is only marginally a problem with 9.0.x, but it's going to be a problem when versions are actually different, when llvm adds builtins.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 3•6 years ago
|
||
Put in a small patch to address the minor-version incongruity; you should be able to patch this in and everything should compile cleanly as you expect. This should cover us in the short term.
See related bug 1602135.
Comment 5•6 years ago
|
||
bugherder |
Updated•6 years ago
|
Description
•