Skip to content

Commit 52a52a9

Browse files
author
John Criswell
committed
Added an answer about running the tests.
llvm-svn: 9498
1 parent 2eed6e9 commit 52a52a9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

llvm/docs/FAQ.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,20 @@ <h2>
138138
cases, this takes care of the problem. To do this, just type <tt>make
139139
clean</tt> and then <tt>make</tt> in the directory that fails to build.
140140
<p>
141+
142+
<dt><b>I've built LLVM and am testing it, but the tests freeze.</b>
143+
<dd>
144+
This is most likely occurring because you built a profile or release
145+
(optimized) build of LLVM and have not specified the same information on
146+
the <tt>gmake</tt> command line.
147+
<p>
148+
For example, if you built LLVM with the command:
149+
<p>
150+
<tt>gmake ENABLE_PROFILING=1</tt>
151+
<p>
152+
...then you must run the tests with the following commands:
153+
<p>
154+
<tt>cd llvm/test<br>gmake ENABLE_PROFILING=1</tt>
141155
</dl>
142156
<hr>
143157

0 commit comments

Comments
 (0)