TheDan64 / inkwell

It's a New Kind of Wrapper for Exposing LLVM (Safely)
https://thedan64.github.io/inkwell/
Apache License 2.0
2.22k stars 217 forks source link

Make ContextRef copyable #473

Closed gavrilikhin-d closed 4 months ago

gavrilikhin-d commented 4 months ago

Description

Makes ContextRef copyable

Related Issue

472

How This Has Been Tested

cargo t --features llvm17-0

Checklist