Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
llvm-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
Oniro Core
llvm-project
Commits
52a52a99
Commit
52a52a99
authored
21 years ago
by
John Criswell
Browse files
Options
Downloads
Patches
Plain Diff
Added an answer about running the tests.
llvm-svn: 9498
parent
2eed6e91
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/docs/FAQ.html
+14
-0
14 additions, 0 deletions
llvm/docs/FAQ.html
with
14 additions
and
0 deletions
llvm/docs/FAQ.html
+
14
−
0
View file @
52a52a99
...
...
@@ -138,6 +138,20 @@ LLVM: Frequently Asked Questions
cases, this takes care of the problem. To do this, just type
<tt>
make
clean
</tt>
and then
<tt>
make
</tt>
in the directory that fails to build.
<p>
<dt><b>
I've built LLVM and am testing it, but the tests freeze.
</b>
<dd>
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
<tt>
gmake
</tt>
command line.
<p>
For example, if you built LLVM with the command:
<p>
<tt>
gmake ENABLE_PROFILING=1
</tt>
<p>
...then you must run the tests with the following commands:
<p>
<tt>
cd llvm/test
<br>
gmake ENABLE_PROFILING=1
</tt>
</dl>
<hr>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment