We need an interface to apply compile flags to JIT compiler.
For example, if target is built with -fno-rtti and but JIT compiler does not specify that, JIT'ed code will try to access inexistent RTTI objects. This behavior causes LLVM ExecutionEngine to crash directly.