Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Releases: jamesmth/inkwell

0.2.1

21 Jan 22:03
Compare
Choose a tag to compare

Fix LLVM version requirement (12->13) for LLVMCreateTypeAttribute.

0.2.0

21 Jan 22:02
Compare
Choose a tag to compare

Add LLVM 15 support.

0.1.2

13 Sep 16:12
Compare
Choose a tag to compare
  • Add minor additions to the struct/array value API
  • Publicly export llvm-sys

0.1.1

06 Sep 19:34
Compare
Choose a tag to compare

Fix build by using updated version of inkwell_internals.

0.1.0

06 Sep 19:32
Compare
Choose a tag to compare
  • Publicly expose LLVM raw pointers for Module and FunctionValue
  • Fix LLVM version requirement (12->13) for the attribute API (LLVMCreateTypeAttribute, LLVMGetTypeAttributeValue and LLVMIsTypeAttribute)