search for: runtoolsaf

Displaying 7 results from an estimated 7 matches for "runtoolsaf".

2011 Jun 30
0
[LLVMdev] specint 2000 with llvm as test-suite
Hi, Does anyone know how to fix the following error? I am compiling 254.gap as a part of test-suite with the following command in llvm-2.9/obj/projects/test-suite/External/SPEC/CINT2000. make -C 254.gap /home/dskhudia/tmp/llvm-2.9/obj/projects/test-suite/../../../projects/test-suite/RunToolSafely.sh 500 /home/dskhudia/tmp/llvm-2.9/obj/Release/bin/opt -std-compile-opts -info-output-file=/home/dskhudia/tmp/llvm-2.9/obj/projects/test-suite/External/SPEC/CINT2000/254.gap/Output/ 254.gap.linked.bc.info -stats -time-passes Output/254.gap.linked.rbc -o Output/254.gap.linked.bc /home/dskhudia/t...
2012 Apr 14
1
[LLVMdev] Running test suite with LNT failed
...llvm.o make[4]: ../llvm-3.0.obj/Release/bin/clang++: Command not found make[4]: [Output/build2.simple] Error 127 (ignored) /nfs_home/chenwj/llvm-3.1/test-suite-3.0.src/RunSafely.sh 500 0 /dev/null Output/build2.out-simple Output/build2.simple ...... /nfs_home/chenwj/llvm-3.1/test-suite-3.0.src/RunToolSafely.sh 60 /nfs_home/chenwj/llvm-3.1/test-suite-3.0.src/DiffOutput.sh "\"/nfs_home/chenwj/llvm-3.1/llvm-3.0.obj/Release/bin/fpcmp \"" simple build2 ******************** TEST (simple) 'build2' FAILED! ******************** Execution Context Diff: /nfs_home/chenwj/llvm-3.1/ll...
2011 Jun 29
0
[LLVMdev] specint2000 as external tests
..../configure --prefix=/home/dskhudia/tmp/llvm-install --with-llvmgccdir=/home/dskhudia/tmp/llvm-install --with-externals=/home/dskhudia/tmp Now I can execute the make -C 164.gzip but I am getting the following error. /home/dskhudia/tmp/llvm-2.9/obj/projects/test-suite/../../../projects/test-suite/RunToolSafely.sh 500 /home/dskhudia/tmp/llvm-2.9/obj/Release/bin/llvm-ld -info-output-file=/home/dskhudia/tmp/llvm-2.9/obj/projects/test-suite/External/SPEC/CINT2000/164.gzip/Output/ 164.gzip.llvm.bc.info -stats -time-passes Output/164.gzip.linked.bc \ -lc -o Output/164.gzip.llvm llvm-ld: error: Cannot fin...
2011 Jun 29
3
[LLVMdev] specint2000 as external tests
Hi Duncan, Do you have sources also in the $LLVM_SRC_ROOT/projects/test-suite/External/SPEC/CINT2000/164.gzip? The following is content of above directory in my case. I have copied the CINT2000 sources in this directory manually. $ls -1 $LLVM_SRC_ROOT/projects/test-suite/External/SPEC/CINT2000/164.gzip 164.gzip.reference_output 164.gzip.reference_output.small compile_info compile_parms
2012 Apr 13
0
[LLVMdev] Running test suite with LNT failed
On Wed, Apr 11, 2012 at 7:59 PM, 陳韋任 <chenwj at iis.sinica.edu.tw> wrote: > Hi all, > >  I am running LNT with LLVM/Clang 3.0 Release binary and test suite, here is my > flow (most of them are the same as http://llvm.org/docs/lnt/quickstart.html). > > --- > $ svn co http://llvm.org/svn/llvm-project/lnt/trunk ~/lnt > $ ~/mysandbox/bin/python ~/lnt/setup.py develop >
2012 Apr 12
2
[LLVMdev] Running test suite with LNT failed
Hi all, I am running LNT with LLVM/Clang 3.0 Release binary and test suite, here is my flow (most of them are the same as http://llvm.org/docs/lnt/quickstart.html). --- $ svn co http://llvm.org/svn/llvm-project/lnt/trunk ~/lnt $ ~/mysandbox/bin/python ~/lnt/setup.py develop $ cd mysandbox; source bin/activate $ $ lnt runtest nt \ --sandbox SANDBOX \ --cc
2010 Jul 23
3
[LLVMdev] some undefined behaviors in llvm/clang
...m-optzns -m64 -fomit-frame-pointer -c casts.c -o Output/casts.bc -emit-llvm --------------------------------- CLANG UNDEFINED at <InitPreprocessor.cpp, (173:39)> : Op: -, Reason : Signed Subtraction Overflow, left (int64): -9223372036854775808 right (int64): 1 Command causing this error: RunToolSafely.sh 500 clang Output/sse.expandfft.cbe.c -o Output/sse.expandfft.cbe -lm -O3 -fno-strict-aliasing -fno-inline -msse2 -m64 -fomit-frame-pointer --------------------------------- CLANG UNDEFINED at <InstCombineCalls.cpp, (105:23)> : Op: <<, Reason : Unsigned Left Shift Error: Right op...