diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-12-26 05:07:35 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-12-26 05:07:35 +0000 |
| commit | 141ea3a0525cd33408aaa6f19875bdddffa9a51c (patch) | |
| tree | 347cea6f27ecfe904f316a9bdc1e15337c12afd8 /llvm/tools/lli/lli.cpp | |
| parent | 2e8c984c582a7883f327e1fc3b0ebe7d5e9ff804 (diff) | |
| download | bcm5719-llvm-141ea3a0525cd33408aaa6f19875bdddffa9a51c.tar.gz bcm5719-llvm-141ea3a0525cd33408aaa6f19875bdddffa9a51c.zip | |
update comment
llvm-svn: 10607
Diffstat (limited to 'llvm/tools/lli/lli.cpp')
| -rw-r--r-- | llvm/tools/lli/lli.cpp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/llvm/tools/lli/lli.cpp b/llvm/tools/lli/lli.cpp index 0547c433cb9..0f65d9d9b85 100644 --- a/llvm/tools/lli/lli.cpp +++ b/llvm/tools/lli/lli.cpp @@ -7,12 +7,9 @@ // //===----------------------------------------------------------------------===// // -// This utility provides a way to execute LLVM bytecode without static -// compilation. This consists of a very simple and slow (but portable) -// interpreter, along with capability for system specific dynamic compilers. At -// runtime, the fastest (stable) execution engine is selected to run the -// program. This means the JIT compiler for the current platform if it's -// available. +// This utility provides a simple wrapper around the LLVM Execution Engines, +// which allow the direct execution of LLVM programs through a Just-In-Time +// compiler, or through an intepreter if no JIT is available for this platform. // //===----------------------------------------------------------------------===// |

