Hi Li Qingan,
> Except for the guide in http://llvm.org/docs/Projects.html#help, is
there any
> easier way to get the llvm projects for famous benchmark suits, such as
MiBench,
> SPEC2000, .etc?
> In other words, is there preconfigured and downloadable llvm projects for
> famous benchmark suits?
the LLVM testsuite contains many benchmarks, for example it contains MiBench.
It doesn't contain SPEC because it is not freely distributable, but it has
logic to run SPEC if you have your own copy.
See http://llvm.org/docs/TestingGuide.html#testsuite
Ciao, Duncan.