[llvm-commits] CVS: llvm/docs/GettingStartedVS.html

Jeff Cohen jeffc at jolt-lang.org
Fri Mar 30 15:02:35 PDT 2007



Changes in directory llvm/docs:

GettingStartedVS.html updated: 1.9 -> 1.10
---
Log message:

This is working again.

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

 GettingStartedVS.html |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


Index: llvm/docs/GettingStartedVS.html
diff -u llvm/docs/GettingStartedVS.html:1.9 llvm/docs/GettingStartedVS.html:1.10
--- llvm/docs/GettingStartedVS.html:1.9	Wed Mar 28 15:27:51 2007
+++ llvm/docs/GettingStartedVS.html	Fri Mar 30 17:02:18 2007
@@ -293,8 +293,7 @@
 
       <p>Note: this will only work for trivial C programs.  Non-trivial programs
         (and any C++ program) will have dependencies on the GCC runtime that
-        won't be satisfied by the Microsoft runtime libraries.  Currently, it
-        doesn't even work for trivial C programs such as the one above.</p>
+        won't be satisfied by the Microsoft runtime libraries.</p>
 
   <li><p>Execute the native code program:</p>
 
@@ -352,7 +351,7 @@
 
   <a href="mailto:jeffc at jolt-lang.org">Jeff Cohen</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/03/28 20:27:51 $
+  Last modified: $Date: 2007/03/30 22:02:18 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list