diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2004-12-13 21:42:16 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-12-13 21:42:16 +0000 |
| commit | 318a44d8674e590e20a9a6ae12d09291f9c19ef2 (patch) | |
| tree | c5c326ef9b38b3d778074c88bff3ea0c304aab7b /llvm | |
| parent | f9639d2a7404984563605570b2d1aad93e9c7dd7 (diff) | |
| download | bcm5719-llvm-318a44d8674e590e20a9a6ae12d09291f9c19ef2.tar.gz bcm5719-llvm-318a44d8674e590e20a9a6ae12d09291f9c19ef2.zip | |
Minor cleanups
llvm-svn: 18914
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/tools/llee/README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llee/README.txt b/llvm/tools/llee/README.txt index ac9b01bbfb1..9164c40b712 100644 --- a/llvm/tools/llee/README.txt +++ b/llvm/tools/llee/README.txt @@ -1,12 +1,12 @@ LLEE: (LL)VM (E)xecution (E)nvironment This tool presents a virtual execution environment for LLVM programs. By -preloading a shared object which defines a custom execve() functions, we can +preloading a shared object which defines a custom execve() function, we can execute bytecode files with the JIT directly, without the user ever thinking about it. Thus, a user can freely run any program, native or LLVM bytecode, transparently, and without even being aware of it. -To use LLEE, run `./llee <native_program>', a good choice is a shell. Anything +To use LLEE, run `llee <native_program>'; a good choice is a shell. Anything started within that program will be affected by the execve() replacement. |

