issues
search
denzp
/
rustc-llvm-proxy
Proxy LLVM calls into Rust own shared library in runtime
MIT License
32
stars
13
forks
source link
Fix build in rust 1.79
#15
Closed
tamird
closed
8 months ago
tamird
commented
8 months ago
Update to LLVM 11
Update to LLVM 12
ci: Add GitHub Actions
Rename crate and bump version
Make Clippy Happy
Update repo URL
Fix crate path
build.rs: Remove Cargo.lock
README: Add a build badge
Bump llvm-sys to version 14
(cargo-release) version 0.4.0
upgrade libloading dep to 0.7
Bump llvm-sys to version 150
Fix clippy error
(cargo-release) version 0.5.0
github: Add dependabot
Update llvm-sys to 16
change the version in the README example to "0.6"
chore: Release aya-rustc-llvm-proxy version 0.6.0
Sort LLVM sources
Add LLVMPassBuilder proxy
github: fix dependabot config
Update cargo_metadata requirement from 0.8 to 0.15
Bump actions/checkout from 2 to 3
Update libloading requirement from 0.7 to 0.8
Update quote 0.6 -> 1.0, syn 0.15 -> 2.0
github: use a maintained github action
Generate proxies for all of llvm-sys
build.rs: Remove Cargo.lock
chore: Release v0.7.0
Update cargo_metadata requirement from 0.15.4 to 0.17.0
Bump Swatinem/rust-cache from 1 to 2
Remove 'failure' in favor of 'anyhow'
chore: Release aya-rustc-llvm-proxy version 0.8.0
Update llvm-sys requirement from 160 to 170
Bump actions/checkout from 3 to 4
Update cargo_metadata requirement from 0.17.0 to 0.18.0
Search all paths rather than just one
chore: Release 0.9.0
.github: add scheduled build
chore: Update llvm-sys to 180.0.0-rc2
chore: bump version
Look for underscored name in rust 1.79
chore: bump version
tamird
commented
8 months ago
Oops.