File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,20 @@ <h2>
138
138
cases, this takes care of the problem. To do this, just type < tt > make
139
139
clean</ tt > and then < tt > make</ tt > in the directory that fails to build.
140
140
< 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 >
141
155
</ dl >
142
156
< hr >
143
157
You can’t perform that action at this time.
0 commit comments