chriswailes / RLTK

The Ruby Language Toolkit
http://chriswailes.github.io/RLTK/
University of Illinois/NCSA Open Source License
453 stars 35 forks source link

Remove support for LLVM::JIT in anticipation of LLVM 3.6 release #34

Closed chriswailes closed 7 years ago

chriswailes commented 10 years ago

LLVM 3.6 is removing support for the legacy JIT. The bindings need to be updated to use only the MCJIT.