ruby-llvm icon indicating copy to clipboard operation
ruby-llvm copied to clipboard

Next

Open chriswailes opened this issue 13 years ago • 2 comments

Here are all of the changes put into individual commits. The issue with the protected method in execution_engine.rb was an unfortunate side effect of me learning git. I thought I had removed that change.

The ibr instruction's optional parameter isn't arbitrary (at least here it isn't): the value is the same default value as found in the C++ API. I've subclassed Instruction and provided a method (and alias) for calling LLVMAddDestination.

chriswailes avatar Jun 03 '11 17:06 chriswailes

Is there any further work that needs to be done before you can pull this?

chriswailes avatar Aug 01 '11 19:08 chriswailes

@chriswailes I believe I've ported all your changes: https://github.com/ruby-llvm/ruby-llvm/pull/16

whitequark avatar Jan 21 '13 10:01 whitequark