Closed
Bug 1894859
Opened 10 months ago
Closed 8 months ago
[clang-trunk] Perma instrumentation/afl-llvm-common.cc:94:22: error: no member named 'startswith' in 'llvm::StringRef'; did you mean 'starts_with'?
Categories
(Core :: Fuzzing, defect, P5)
Core
Fuzzing
Tracking
()
RESOLVED
FIXED
129 Branch
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: truber)
References
Details
Attachments
(1 file)
Filed by: mh [at] glandium.org
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=456763761&repo=toolchains
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C0_C5XnCTO-7nIJitGNCYw/runs/0/artifacts/public/logs/live_backing.log
[task 2024-05-02T23:43:41.968Z] instrumentation/afl-llvm-common.cc:94:22: error: no member named 'startswith' in 'llvm::StringRef'; did you mean 'starts_with'?
[task 2024-05-02T23:43:41.968Z] 94 | if (F->getName().startswith(ignoreListFunc)) { return true; }
[task 2024-05-02T23:43:41.968Z] | ^~~~~~~~~~
[task 2024-05-02T23:43:41.968Z] | starts_with
[task 2024-05-02T23:43:41.968Z] /builds/worker/fetches/clang/include/llvm/ADT/StringRef.h:257:24: note: 'starts_with' declared here
[task 2024-05-02T23:43:41.968Z] 257 | [[nodiscard]] bool starts_with(StringRef Prefix) const {
[task 2024-05-02T23:43:41.968Z] | ^
[task 2024-05-02T23:43:42.318Z] 1 error generated.
Comment hidden (Intermittent Failures Robot) |
Comment 2•9 months ago
|
||
Jesse, could you look into this? This essentially requires the same thing as https://phabricator.services.mozilla.com/D208714
Flags: needinfo?(jschwartzentruber)
Assignee | ||
Comment 3•9 months ago
|
||
Sure.
Assignee: nobody → jschwartzentruber
Flags: needinfo?(jschwartzentruber)
Assignee | ||
Comment 4•9 months ago
|
||
Pushed by jdschwa@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/72414ba22a3a
Update AFL++ toolchain. r=decoder
Comment 6•8 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 months ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•