From: John Criswell Date: Tue, 18 Nov 2003 16:08:49 +0000 (+0000) Subject: Added the new GCC front end section to the table of contents. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=76c1e380395abd608fd3a1e8f9835b21d1b5e081 Added the new GCC front end section to the table of contents. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10068 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/FAQ.html b/docs/FAQ.html index e44defb21d5..d0c5148763a 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -49,6 +49,21 @@
  • I've built LLVM and am testing it, but the tests freeze.
  • Why do test results differ when I perform different types of builds?
  • + +
  • GCC Front End +
      +
    1. + 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? +
    2. + +
    3. + When I compile code using the LLVM GCC front end, it complains that it + cannot find crtend.o. +
    4. +
    +