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)

defect

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.
Blocks: clang-19

Jesse, could you look into this? This essentially requires the same thing as https://phabricator.services.mozilla.com/D208714

Flags: needinfo?(jschwartzentruber)

Sure.

Assignee: nobody → jschwartzentruber
Flags: needinfo?(jschwartzentruber)
Status: NEW → RESOLVED
Closed: 8 months ago
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
Blocks: 1906183
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: