Closed Bug 1870787 Opened 6 months ago Closed 2 months ago

[clang-trunk] Perma instrumentation/cmplog-routines-pass.cc:388:51: error: no member named 'getInt8PtrTy' in 'llvm::IntegerType'; did you mean 'getInt8Ty'?

Categories

(Core :: Fuzzing, defect, P5)

defect

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: intermittent-bug-filer, Unassigned)

References

Details

Filed by: mh [at] glandium.org
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=440644744&repo=toolchains
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YEhLIyMhQy--GSACGvxTxA/runs/1/artifacts/public/logs/live_backing.log


[task 2023-12-19T07:12:52.675Z] instrumentation/cmplog-routines-pass.cc:388:51: error: no member named 'getInt8PtrTy' in 'llvm::IntegerType'; did you mean 'getInt8Ty'?
[task 2023-12-19T07:12:52.675Z]   388 |               FT->getParamType(0) == IntegerType::getInt8PtrTy(M.getContext());
[task 2023-12-19T07:12:52.675Z]       |                                      ~~~~~~~~~~~~~^~~~~~~~~~~~
[task 2023-12-19T07:12:52.675Z]       |                                                   getInt8Ty
[task 2023-12-19T07:12:52.675Z] /builds/worker/fetches/clang/include/llvm/IR/Type.h:461:23: note: 'getInt8Ty' declared here
[task 2023-12-19T07:12:52.675Z]   461 |   static IntegerType *getInt8Ty(LLVMContext &C);
[task 2023-12-19T07:12:52.675Z]       |                       ^
[task 2023-12-19T07:12:52.704Z] instrumentation/cmplog-routines-pass.cc:405:41: error: no member named 'getInt8PtrTy' in 'llvm::IntegerType'; did you mean 'getInt8Ty'?
[task 2023-12-19T07:12:52.704Z]   405 |                            IntegerType::getInt8PtrTy(M.getContext()) &&
[task 2023-12-19T07:12:52.704Z]       |                            ~~~~~~~~~~~~~^~~~~~~~~~~~
[task 2023-12-19T07:12:52.704Z]       |                                         getInt8Ty
[task 2023-12-19T07:12:52.704Z] /builds/worker/fetches/clang/include/llvm/IR/Type.h:461:23: note: 'getInt8Ty' declared here
[task 2023-12-19T07:12:52.704Z]   461 |   static IntegerType *getInt8Ty(LLVMContext &C);
[task 2023-12-19T07:12:52.704Z]       |                       ^
[task 2023-12-19T07:12:53.393Z] 2 errors generated.
Blocks: clang-18

It looks like this was fixed by bug 1877478.

Status: NEW → RESOLVED
Closed: 2 months ago
Resolution: --- → FIXED
See Also: → 1877478
Resolution: FIXED → WORKSFORME
You need to log in before you can comment on or make changes to this bug.