diff options
author | John Criswell <criswell@uiuc.edu> | 2003-11-18 16:08:49 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-11-18 16:08:49 +0000 |
commit | 76c1e380395abd608fd3a1e8f9835b21d1b5e081 (patch) | |
tree | eb516f4544656341e4a98a9a3253c5a58f34be0e /docs/FAQ.html | |
parent | 6ea30b0af2cc1d955e08bf96ecd09e37c61b601d (diff) | |
download | external_llvm-76c1e380395abd608fd3a1e8f9835b21d1b5e081.zip external_llvm-76c1e380395abd608fd3a1e8f9835b21d1b5e081.tar.gz external_llvm-76c1e380395abd608fd3a1e8f9835b21d1b5e081.tar.bz2 |
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
Diffstat (limited to 'docs/FAQ.html')
-rw-r--r-- | docs/FAQ.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html index e44defb..d0c5148 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -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> <!-- *********************************************************************** --> |