[llvm-commits] CVS: llvm/projects/HowToUseJIT/HowToUseJIT.cpp
Reid Spencer
reid at x10sys.com
Tue Aug 10 12:19:01 PDT 2004
Changes in directory llvm/projects/HowToUseJIT:
HowToUseJIT.cpp updated: 1.1 -> 1.2
---
Log message:
Fix a copy & paste error .. correct the description of the program.
---
Diffs of the changes: (+2 -4)
Index: llvm/projects/HowToUseJIT/HowToUseJIT.cpp
diff -u llvm/projects/HowToUseJIT/HowToUseJIT.cpp:1.1 llvm/projects/HowToUseJIT/HowToUseJIT.cpp:1.2
--- llvm/projects/HowToUseJIT/HowToUseJIT.cpp:1.1 Tue Aug 10 14:14:36 2004
+++ llvm/projects/HowToUseJIT/HowToUseJIT.cpp Tue Aug 10 14:18:51 2004
@@ -7,10 +7,8 @@
//
//===----------------------------------------------------------------------===//
//
-// This tool provides a single point of access to the LLVM compilation tools.
-// It has many options. To discover the options supported please refer to the
-// tools' manual page (docs/CommandGuide/html/llvmc.html) or run the tool with
-// the --help option.
+// This small program provides an example of how to quickly build a small
+// module with two functions and execute it with the JIT.
//
//===------------------------------------------------------------------------===
More information about the llvm-commits
mailing list