The llvm Interpreter. Interprets and runs all .ll files

Example Usage

  1. clang -S -emit-llvm test.cpp
  2. lli test.ll