llvmruby is a Ruby extension that makes using the LLVM compiler building tools easy and fun. This package contains Ruby bindings to the LLVM api, enabling users to make use of LLVM’s optimization passes and JIT compilation for implementing compiled DSLs, callback functions, or fast Ruby method implementations.
Questions tagged [ruby-llvm]
2 questions
2
votes
0 answers
Using ruby-llvm on Mac OS X 10.11
I found that ruby-llvm uses llvm 3.5 (https://rubygems.org/gems/ruby-llvm/versions/3.5.0), so I tried to use llvm-ruby/llvm 3.5.
I installed LLVM with brew install llvm35 --shared, and checked llvm is working correctly, and libraries are installed.…

prosseek
- 182,215
- 215
- 566
- 871
0
votes
1 answer
Running 64bit dylib with 32bit ruby on Mac
I was trying to install ruby-llvm.
I could install llvm with brew install llvm -shared, and I also could install ruby-llvm with sudo gem install ruby-llvm command.
However, when I tried to run the examples, I got these error…

prosseek
- 182,215
- 215
- 566
- 871