Xinliang David Li
2010-Nov-09 18:12 UTC
[LLVMdev] SPEC2k, SPEC06 base configuration for clang/llvm
Hi, what is the recommended base configuration of SPEC2k and SPEC06 for clang/llvm? I got compilation error with eon when using gcc's flags (emit error on converting wchar* ..) -- there must be some portability flags I am missing. Thanks, David -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101109/972b230a/attachment.html>
Dale Johannesen
2010-Nov-09 18:33 UTC
[LLVMdev] SPEC2k, SPEC06 base configuration for clang/llvm
Looking at the Makefiles for these tests in the llvm test suite (under External/SPEC) should help. % cd llvm/projects % svn co http://llvm.org/svn/llvm-project/test-suite/trunk test-suite On Nov 9, 2010, at 10:12 AMPST, Xinliang David Li wrote:> Hi, what is the recommended base configuration of SPEC2k and SPEC06 for clang/llvm? I got compilation error with eon when using gcc's flags (emit error on converting wchar* ..) -- there must be some portability flags I am missing. > > Thanks, > > David > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101109/3fb46844/attachment.html>