Closed
Bug 1923254
Opened 1 year ago
Closed 1 year ago
[clang-trunk] Perma instrumentation/SanitizerCoverageLTO.so.cc:53:10: fatal error: 'llvm/Transforms/Instrumentation.h' file not found
Categories
(Core :: Fuzzing, defect, P5)
Core
Fuzzing
Tracking
()
RESOLVED
FIXED
133 Branch
| Tracking | Status | |
|---|---|---|
| firefox133 | --- | 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=477138482&repo=toolchains
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ZjwnWq6XQuSTGyvbhdQT8Q/runs/0/artifacts/public/logs/live_backing.log
[task 2024-10-07T21:36:45.751Z] instrumentation/SanitizerCoverageLTO.so.cc:53:10: fatal error: 'llvm/Transforms/Instrumentation.h' file not found
[task 2024-10-07T21:36:45.751Z] 53 | #include "llvm/Transforms/Instrumentation.h"
[task 2024-10-07T21:36:45.751Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[task 2024-10-07T21:36:46.030Z] 1 error generated.
Comment 1•1 year ago
|
||
This is a consequence of https://github.com/llvm/llvm-project/commit/2ae968a0d9fb61606b020e898d884c82dd0ed8b5
Jesse, can you take a look?
Blocks: clang-20
Flags: needinfo?(jschwartzentruber)
| Assignee | ||
Comment 2•1 year ago
|
||
Fixed in https://github.com/AFLplusplus/AFLplusplus/commit/b88f132975b41aa16c43ee5e2bc3a243b79330ec. I'll push a change to update AFL++ to latest stable.
Assignee: nobody → jschwartzentruber
Flags: needinfo?(jschwartzentruber)
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Comment 4•1 year ago
|
||
Pushed by jdschwa@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/7daff2fae45f
Update AFL++ to fix another LLVM 20 change r=firefox-build-system-reviewers,ahochheiden
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox133:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•