Where is the VM in LLVM?

Posted by anon on Stack Overflow See other posts from Stack Overflow or by anon
Published on 2010-04-13T06:33:29Z Indexed on 2010/04/13 6:52 UTC
Read the original article Hit count: 379

Filed under:
|
|

Note: marked as community wiki.

Where is the Low Level Virtual Machine in LLVM?

I see that we have llvm-g++ and c-lang, but to me, a LLVM is something almost like Valgrind of a simulator, where instructions are executed on it, and I can write programs to instrument the running code / interrupt when certain conditions happen / etc ...

Where are the tools like this built on LLVM?

Thanks!

© Stack Overflow or respective owner

Related posts about llvm

Related posts about emulator