Skip to content

JIT compilation with clang

Greg Horn edited this page Sep 16, 2015 · 1 revision

Since CasADi 2.4.0, JIT compilation is possible using Clang.

You can enable this feature by first installing libclang-dev

Then when you configure casadi:

export CLANG=/usr/lib/llvm-3.x
cmake -DWITH_CLANG=ON ..
Clone this wiki locally