Closed idavis closed 2 years ago
This PR adds ir_to_bitcode and bitcode_to_ir functions to the generator package. Also fixes a bug where the rurned bitcode from SimpleModule::bitcode() returned a list of bytes instead of a bytes object.
ir_to_bitcode
bitcode_to_ir
SimpleModule::bitcode()
bytes
This PR adds
ir_to_bitcode
andbitcode_to_ir
functions to the generator package. Also fixes a bug where the rurned bitcode fromSimpleModule::bitcode()
returned a list of bytes instead of abytes
object.