Closed
Bug 1432298
Opened 7 years ago
Closed 7 years ago
Switch sm-fuzzing build to linux64-clang-6-pre
Categories
(Core :: JavaScript Engine, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: decoder, Assigned: decoder)
References
Details
Attachments
(1 file)
The sm-fuzzing build (SpiderMonkey with --enable-fuzzing and ASan) is still using clang 3.9 for its build, which breaks once bug 1431090 lands (because clang 3.9 does not support the trace-pc coverage flag).
Since we already have the linux64-clang-6-pre toolchain build that we use for other fuzzing builds, the sm-fuzzing build should be switched to that version as well.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8944591 [details]
Bug 1432298 - Make sm-fuzzing build ready for libfuzzer.
https://reviewboard.mozilla.org/r/214754/#review220408
Attachment #8944591 -
Flags: review?(sphink) → review+
Pushed by choller@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/43f1c41b3b2e
Make sm-fuzzing build ready for libfuzzer. r=sfink
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•