TheDan64 / inkwell

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

renamed bitcast to bit_cast #486

Closed Anton-4 closed 6 months ago

Anton-4 commented 6 months ago

Description

Renamed bitcast to bit_cast. For consistency with LLVM's LLVMBuildBitCast and internal build_int_cast,build_float_cast,... .

Related Issue

Closes #485.

How This Has Been Tested

To be tested with github CI.

Breaking Changes

API change from builder.build_bitcast to builder.build_bit_cast.

Checklist