From 58b83e1b7384776a593d75139c64a9b2c37f6fb8 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Fri, 24 Oct 2003 20:17:46 +0000 Subject: Added an answer about running the tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9498 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/FAQ.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/FAQ.html b/docs/FAQ.html index ae9188a313..ba71573e8b 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -138,6 +138,20 @@ LLVM: Frequently Asked Questions cases, this takes care of the problem. To do this, just type make clean and then make in the directory that fails to build.

+ +

I've built LLVM and am testing it, but the tests freeze. +
+ This is most likely occurring because you built a profile or release + (optimized) build of LLVM and have not specified the same information on + the gmake command line. +

+ For example, if you built LLVM with the command: +

+ gmake ENABLE_PROFILING=1 +

+ ...then you must run the tests with the following commands: +

+ cd llvm/test
gmake ENABLE_PROFILING=1


-- cgit v1.2.3-18-g5258