[llvm-commits] CVS: llvm/tools/llee/README.txt

Misha Brukman brukman at cs.uiuc.edu
Mon Dec 13 13:42:27 PST 2004



Changes in directory llvm/tools/llee:

README.txt updated: 1.1 -> 1.2
---
Log message:

Minor cleanups


---
Diffs of the changes:  (+2 -2)

Index: llvm/tools/llee/README.txt
diff -u llvm/tools/llee/README.txt:1.1 llvm/tools/llee/README.txt:1.2
--- llvm/tools/llee/README.txt:1.1	Fri Aug 15 18:31:16 2003
+++ llvm/tools/llee/README.txt	Mon Dec 13 15:42:16 2004
@@ -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.






More information about the llvm-commits mailing list