Gopalasubramanian, Ganesh via llvm-dev
2015-Oct-16 07:03 UTC
[llvm-dev] Testing Multisrc Benchmarks
Friends! I want to test some of the benchmarks available in "test-suite/MultiSource/Benchmarks". I am reading through http://llvm.org/docs/TestSuiteMakefileGuide.html I found that we require llvm-gcc (REF: Step 4: http://llvm.org/docs/TestSuiteMakefileGuide.html#running-the-test-suite) Is there any recommended way to build llvm-gcc. I am following http://llvm.org/releases/2.9/docs/GCCFEBuildInstrs.html. When I try to build llvm-gcc this way I get an error "undefined reference to 'TheTreeToLLVM. These steps seems to be associated with llvm 2.9. Is there a recommended way to build llvm-gcc? Is there any way I get the benchmarks test-suites other than the LNT way (http://llvm.org/docs/lnt/)? -Ganesh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151016/03a101e2/attachment.html>
Hi Ganesh, That document is incredibly out of date. llvm-gcc is not required. Is there a reason you don't want to use LNT? it's the preferred way to run the benchmarks (http://llvm.org/docs/lnt/quickstart.html). Cheers, James On Fri, 16 Oct 2015 at 08:04 Gopalasubramanian, Ganesh via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Friends! > > > > I want to test some of the benchmarks available in > “test-suite/MultiSource/Benchmarks”. > I am reading through http://llvm.org/docs/TestSuiteMakefileGuide.html > > I found that we require llvm-gcc (REF: Step 4: > http://llvm.org/docs/TestSuiteMakefileGuide.html#running-the-test-suite) > > Is there any recommended way to build llvm-gcc. I am following > http://llvm.org/releases/2.9/docs/GCCFEBuildInstrs.html. > > When I try to build llvm-gcc this way I get an error *"undefined > reference to ’TheTreeToLLVM. *These steps seems to be associated with > llvm 2.9. > Is there a recommended way to build llvm-gcc? > Is there any way I get the benchmarks test-suites other than the LNT way ( > http://llvm.org/docs/lnt/)? > > > > -Ganesh > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151016/b65319e4/attachment.html>