From 669ed45029765df223ba7e9cdc242f62c17497e4 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 9 Jul 2007 08:04:31 +0000 Subject: Subversionify the documentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38442 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/FAQ.html | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) (limited to 'docs/FAQ.html') diff --git a/docs/FAQ.html b/docs/FAQ.html index 7342488..96360d0 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -39,8 +39,8 @@
  • The configure script finds the right C compiler, but it uses the LLVM linker from a previous build. What do I do?
  • When creating a dynamic library, I get a strange GLIBC error.
  • -
  • I've updated my source tree from CVS, and now my build is trying to use a - file/directory that doesn't exist.
  • +
  • I've updated my source tree from Subversion, and now my build is trying + to use a file/directory that doesn't exist.
  • I've modified a Makefile in my source tree, but my build tree keeps using the old version. What do I do?
  • I've upgraded to a new version of LLVM, and I get strange build @@ -50,7 +50,7 @@
  • Compiling LLVM with GCC 3.3.2 fails, what should I do?
  • When I use the test suite, all of the C Backend tests fail. What is wrong?
  • -
  • After CVS update, rebuilding gives the error "No rule to make +
  • After Subversion update, rebuilding gives the error "No rule to make target".
  • The llvmc program gives me errors/doesn't work.
  • @@ -257,8 +257,8 @@ your own version of GCC that has shared libraries enabled by default.

    -

    I've updated my source tree from CVS, and now my build is trying to use a -file/directory that doesn't exist.

    +

    I've updated my source tree from Subversion, and now my build is trying to + use a file/directory that doesn't exist.

    @@ -358,7 +358,8 @@ build.

    -

    After CVS update, rebuilding gives the error "No rule to make target".

    +

    After Subversion update, rebuilding gives the error + "No rule to make target".

    @@ -372,9 +373,9 @@ Stop.
    -

    This may occur anytime files are moved within the CVS repository or removed -entirely. In this case, the best solution is to erase all .d files, -which list dependencies for source files, and rebuild:

    +

    This may occur anytime files are moved within the Subversion repository or +removed entirely. In this case, the best solution is to erase all +.d files, which list dependencies for source files, and rebuild:

    @@ -409,11 +410,9 @@ rebuilding.

    available through a special version of GCC that LLVM calls the C Front End

    There is an incomplete version of a Java front end available in the - llvm-java CVS repository. There is no documentation on this yet so + java module. There is no documentation on this yet so you'll need to download the code, compile it, and try it.

    -

    In the examples/BFtoLLVM directory is a translator for the - BrainF*** language (2002 Language Specification).

    -

    In the projects/Stacker directory is a compiler and runtime +

    In the stacker module is a compiler and runtime library for the Stacker language, a "toy" language loosely based on Forth.

    The PyPy developers are working on integrating LLVM into the PyPy backend so that PyPy language can translate to LLVM.

    -- cgit v1.1