From 174d57880f960686c37524a4384b9845643664cf Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 29 May 2007 09:35:34 +0000 Subject: Added "llvmc" to the FAQ. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37337 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/FAQ.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'docs/FAQ.html') diff --git a/docs/FAQ.html b/docs/FAQ.html index 62a5046..6c4a79c 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -51,7 +51,9 @@
  • 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 - target".
  • + target". +
  • The llvmc program gives me errors/doesn't + work.
  • Source Languages @@ -386,6 +388,16 @@ which list dependencies for source files, and rebuild:

    rebuilding.

    + + +
    +

    llvmc is experimental and isn't really supported. We suggest + using llvm-gcc instead.

    +
    + -- cgit v1.1