I have built and configured the test suits as told at <a href="http://llvm.org/docs/TestingGuide.html#testsuite" target="_blank">http://llvm.org/docs/TestingGuide.html#testsuite</a>. <div>
The llvm is built with configuration: </div><div><span style="font-size:14px;color:rgb(102, 102, 102);line-height:23px"><br></span></div><div><span style="font-size:14px;color:rgb(102, 102, 102);line-height:23px">SRC_DIR/configure --prefix=INS_DIR --enable-debug-runtime  --disable-optimized --enable-debug-symbols --enable-assertions</span></div>

<div><font color="#666666" face="Arial, ËÎÌå"><span style="font-size:14px;line-height:23px"><br></span></font></div><div><span style="line-height:23px"><font face="simhei, sans-serif">This configuration is used again in the re-configure process. However, after the re-configure process,  the following "make" failed:</font></span></div>
<div><font class="Apple-style-span" face="simhei, sans-serif"><div><span class="Apple-style-span" style="line-height: 23px;">qali@qali MultiSource]$ make</span></div><div><span class="Apple-style-span" style="line-height: 23px;">make[1]: Entering directory `/home/qali/build/llvm-2.8-rev/projects/test-suite/MultiSource/Applications'</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">make[2]: Entering directory `/home/qali/build/llvm-2.8-rev/projects/test-suite/MultiSource/Applications/Burg'</span></div><div><span class="Apple-style-span" style="line-height: 23px;">/home/qali/build/llvm-2.8-rev/Debug+Asserts/bin/llvm-as Output/be.ll -o Output/be.bc</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">/home/qali/build/llvm-2.8-rev/Debug+Asserts/bin/llvm-as: Output/be.ll:1:2: error: expected top-level entity</span></div><div><span class="Apple-style-span" style="line-height: 23px;"><span class="Apple-tab-span" style="white-space:pre">       </span>.file<span class="Apple-tab-span" style="white-space:pre">       </span>"/home/qali/Src/llvm-2.8/projects/test-suite/MultiSource/Applications/Burg/be.c"</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;"><span class="Apple-tab-span" style="white-space:pre">  </span>^</span></div><div><span class="Apple-style-span" style="line-height: 23px;">make[2]: *** [Output/be.bc] Error 1</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">make[2]: Leaving directory `/home/qali/build/llvm-2.8-rev/projects/test-suite/MultiSource/Applications/Burg'</span></div><div><span class="Apple-style-span" style="line-height: 23px;">make[1]: *** [Burg/.makeall] Error 2</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">make[1]: Leaving directory `/home/qali/build/llvm-2.8-rev/projects/test-suite/MultiSource/Applications'</span></div><div><span class="Apple-style-span" style="line-height: 23px;">make: *** [Applications/.makeall] Error 2</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">[qali@qali MultiSource]$ tree</span></div><div><span class="Apple-style-span" style="line-height: 23px;">.</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|-- Applications</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">|   |-- Burg</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|   |   |-- Makefile</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|   |   `-- Output</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">|   |       `-- be.ll</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|   `-- Makefile</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|-- Makefile</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">`-- Makefile.multisrc</span></div><div><span class="Apple-style-span" style="line-height: 23px;"><br></span></div><div><span class="Apple-style-span" style="line-height: 23px;">3 directories, 5 files</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">[qali@qali MultiSource]$ cd ..</span></div><div><span class="Apple-style-span" style="line-height: 23px;">[qali@qali test-suite]$ tree</span></div><div><span class="Apple-style-span" style="line-height: 23px;">.</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">|-- config.log</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|-- config.status</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|-- External</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">|   |-- Makefile</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|   |-- Makefile.external</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|   |-- Povray</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">|   |   `-- Makefile</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|   |-- skidmarks10</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|   |   `-- Makefile</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">|   `-- SPEC</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|       |-- CFP2000</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|       |   `-- Makefile</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">|       |-- CFP2006</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|       |   `-- Makefile</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|       |-- CFP95</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">|       |   `-- Makefile</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|       |-- CINT2000</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|       |   `-- Makefile</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">|       |-- CINT2006</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|       |   `-- Makefile</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|       |-- CINT95</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">|       |   `-- Makefile</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|       |-- Makefile</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|       |-- Makefile.spec</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">|       |-- Makefile.spec2000</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|       |-- Makefile.spec2006</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|       |-- Makefile.spec95</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">|       `-- Makefile.spec.config</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|-- Makefile</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|-- Makefile.common</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">|-- Makefile.config</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|-- Makefile.f2c</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|-- Makefile.nagfortran</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">|-- Makefile.programs</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|-- Makefile.tests</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|-- mklib</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">|-- MultiSource</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|   |-- Applications</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|   |   |-- Burg</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">|   |   |   |-- Makefile</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|   |   |   `-- Output</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|   |   |       `-- be.ll</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">|   |   `-- Makefile</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|   |-- Makefile</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|   `-- Makefile.multisrc</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">|-- SingleSource</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|   |-- Makefile</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|   |-- Makefile.singlesrc</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">|   `-- UnitTests</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|       |-- Makefile</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|       `-- Vector</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">|           |-- Makefile</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|           `-- SSE</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|               |-- Makefile</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">|               `-- Output</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|                   `-- sse.expandfft.ll</span></div><div>
<span class="Apple-style-span" style="line-height: 23px;">|-- TEST.aa.Makefile</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|-- TEST.aa.report</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|-- TEST.buildrepo.Makefile</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">|-- TEST.example.Makefile</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|-- TEST.jit.Makefile</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|-- TEST.jit.report</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">|-- TEST.nightly.Makefile</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|-- TEST.nightly.report</span></div><div><span class="Apple-style-span" style="line-height: 23px;">|-- TEST.typesafe.Makefile</span></div>
<div><span class="Apple-style-span" style="line-height: 23px;">`-- TEST.vtl.Makefile</span></div><div><span class="Apple-style-span" style="line-height: 23px;"><br></span></div><div><span class="Apple-style-span" style="line-height: 23px;">19 directories, 47 files</span></div>
<div style="line-height: 23px; "><br></div></font></div><div><br>-- <br>Best regards,<div><br></div><div>Li Qingan</div><br>
</div>