[LLVMdev] Executing benchmarks using LLVM
John Criswell
criswell at cs.uiuc.edu
Tue Jul 26 09:24:33 PDT 2005
Murali Nethi wrote:
> Hi,
>
> Question I had was if someone has tried executing Mibench or
> Mediabench benchmarks using llvm.
>
> I am trying to do simple qsort benchmark in the Mibench benchmark
> suite. I substituted llvmc instead of gcc in the makefiles. But I am
> getting the following error.
I'd recommend using llvm-gcc instead of llvmc. llvm-gcc takes the same
command line options that gcc does.
BTW, we may have parts of Mediabench inside of our LLVM test suite
(although I'm not sure). Please see
http://llvm.cs.uiuc.edu/docs/TestingGuide.html for information on
getting and using the LLVM test suite.
Our test suite is built to test runtimes of optimizations.
-- John T.
>
> "llvmc qsort_small.c -O3 -o qsort_small -lm
> llvmc: Configuration file for 'c' is not available.
> make: *** [qsort_small] Error 1"
>
> Can anyone suggest how I can get rid of this?
>
> Thanks a lot for your help.
> Murali
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
--
John T. Criswell
Research Programmer
University of Illinois at Urbana-Champaign
"It's today!" said Piglet. "My favorite day," said Pooh.
More information about the llvm-dev
mailing list