src: Make linter happy #67
Annotations
10 errors and 1 warning
src/tran.rs#L520
use of deprecated function `llvm::core::LLVMBuildLoad`: Use LLVMBuildLoad2 instead to support opaque pointers.
|
src/tran.rs#L537
use of deprecated function `llvm::core::LLVMBuildLoad`: Use LLVMBuildLoad2 instead to support opaque pointers.
|
src/tran.rs#L538
use of deprecated function `llvm::core::LLVMBuildCall`: Use LLVMBuildCall2 instead to support opaque pointers.
|
src/tran.rs#L725
use of deprecated function `llvm::core::LLVMBuildLoad`: Use LLVMBuildLoad2 instead to support opaque pointers.
|
src/tran.rs#L727
use of deprecated function `llvm::core::LLVMBuildLoad`: Use LLVMBuildLoad2 instead to support opaque pointers.
|
src/tran.rs#L815
use of deprecated function `llvm::core::LLVMBuildLoad`: Use LLVMBuildLoad2 instead to support opaque pointers.
|
src/tran.rs#L817
use of deprecated function `llvm::core::LLVMBuildLoad`: Use LLVMBuildLoad2 instead to support opaque pointers.
|
src/tran.rs#L895
use of deprecated function `llvm::core::LLVMBuildCall`: Use LLVMBuildCall2 instead to support opaque pointers.
|
src/tran.rs#L986
use of deprecated function `llvm::core::LLVMBuildLoad`: Use LLVMBuildLoad2 instead to support opaque pointers.
|
src/tran.rs#L1121
use of deprecated function `llvm::core::LLVMBuildLoad`: Use LLVMBuildLoad2 instead to support opaque pointers.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading