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

John Criswell criswell at cs.uiuc.edu
Tue Nov 18 10:10:04 PST 2003


Changes in directory llvm/docs:

FAQ.html updated: 1.11 -> 1.12

---
Log message:

Added the new GCC front end section to the table of contents.



---
Diffs of the changes:  (+16 -1)

Index: llvm/docs/FAQ.html
diff -u llvm/docs/FAQ.html:1.11 llvm/docs/FAQ.html:1.12
--- llvm/docs/FAQ.html:1.11	Tue Nov 18 10:05:23 2003
+++ llvm/docs/FAQ.html	Tue Nov 18 10:08:49 2003
@@ -49,6 +49,21 @@
   <li>I've built LLVM and am testing it, but the tests freeze.</li>
   <li>Why do test results differ when I perform different types of builds?</li>
   </ol></li>
+
+  <li><a href="#cfe">GCC Front End</a>
+  <ol>
+    <li>
+    When I compile software that uses a configure script, the configure script
+    thinks my system has all of the header files and libraries it is testing
+    for.  How do I get configure to work correctly?
+    </li>
+
+    <li>
+    When I compile code using the LLVM GCC front end, it complains that it
+    cannot find crtend.o.
+    </li>
+  </ol>
+  </li>
 </ol>
 
 <!-- *********************************************************************** -->
@@ -374,7 +389,7 @@
 <div class="doc_footer">
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2003/11/18 16:05:23 $
+  Last modified: $Date: 2003/11/18 16:08:49 $
 </div>
 
 </body>





More information about the llvm-commits mailing list