Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next #5

Open
wants to merge 8 commits into
base: next
Choose a base branch
from
Open

Next #5

wants to merge 8 commits into from

Conversation

chriswailes
Copy link

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.

…and lib/llvm/core.rb to reflect this change, and removed references to lib/llvm/target.rb, as it was no longer needed.
…/gempackagetask.

Added the check_bindings target, which will use objdump to collect symbols from libLLVM and compare them to the symbols defined in the bindings module.
Removed the Makefile and replaced it with one generated by the new extconf.rb file.

Added the new extconf.rb file to the gem specification.

Corrected a typo in the build.rb file.
@chriswailes
Copy link
Author

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

@whitequark
Copy link

@chriswailes I believe I've ported all your changes: ruby-llvm/ruby-llvm#16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants