Skip to content

0.4.1

Compare
Choose a tag to compare
@CodaFi CodaFi released this 25 Feb 20:43
e4aa37b
  • Convenience functions to insert the llvm.dbg.declare and llvm.dbg.value intrinsics have been added to the DIBuilder
  • Inline assembly builders have been improved. Notably, the choice of syntax is now customizable.
  • Bindings for inserting and manipulating module-level debug information flags has been added.
  • Bindings for a few missing optimization passes have been added
  • A crash in the setter for a module's link name has been resolved (h/t @matthewseaman)
  • All concrete instances of IRTypes are now equatable. Values of IRType may be compared directly but are not themselves Equatable.