Displaying 3 results from an estimated 3 matches for "svn_llvm".
2013 Feb 18
2
[LLVMdev] Problem to run SPEC2006
Dear LLVMers,
I am having trouble to run SPEC2006. I have checked in my log file that the
spec root has been correctly found with ./configure, but when I try:
make TEST=simple
in the External folder I get the following error:
make -C /home/izabela/svn_llvm/llvm/projects/test-suite/tools all \
ORIGINAL_CC="clang" \
ORIGINAL_CXX="clang"
make[1]: Entering directory
`/home/izabela/svn_llvm/llvm/projects/test-suite/tools'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/home/izabela/svn_llvm/llvm/...
2013 Feb 18
0
[LLVMdev] Problem to run SPEC2006
...wrote:
> Dear LLVMers,
>
> I am having trouble to run SPEC2006. I have checked in my log file that the spec root has been correctly found with ./configure, but when I try:
>
> make TEST=simple
>
> in the External folder I get the following error:
>
> make -C /home/izabela/svn_llvm/llvm/projects/test-suite/tools all \
> ORIGINAL_CC="clang" \
> ORIGINAL_CXX="clang"
> make[1]: Entering directory `/home/izabela/svn_llvm/llvm/projects/test-suite/tools'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/home/izabela/s...
2013 Feb 19
1
[LLVMdev] Problem to run SPEC2006
...I am having trouble to run SPEC2006. I have checked in my log file that
> the spec root has been correctly found with ./configure, but when I try:
> >
> > make TEST=simple
> >
> > in the External folder I get the following error:
> >
> > make -C /home/izabela/svn_llvm/llvm/projects/test-suite/tools all \
> > ORIGINAL_CC="clang" \
> > ORIGINAL_CXX="clang"
> > make[1]: Entering directory
> `/home/izabela/svn_llvm/llvm/projects/test-suite/tools'
> > make[1]: Nothing to be done for `all'.
> > make[1]: Leav...