[LLVMdev] LLVM virtual machine

Konstantin Tokarev annulen at yandex.ru
Thu Sep 19 07:25:55 PDT 2013


19.09.2013, 18:20, "Herbei Dacian" <dacian_herbei at yahoo.fr>:
> Hi,
> Is there possible to run the llvm byte code purely interpreted with lli?
> I know there is this option but in the documentation is stated also that the option is not working and is not maintained.
> Did I understand wrong? Is it working?
> Is anyone working on this option?
> I would like to make something similar to q-emu or bochs.

In this case you probably need to interpret machine code (or assembly language) instead of llvm bitcode.


-- 
Regards,
Konstantin



More information about the llvm-dev mailing list