search for: afylot

Displaying 3 results from an estimated 3 matches for "afylot".

Did you mean: afoot
2012 Mar 07
0
[LLVMdev] compiling llvm 3.0 with gcc 4.4.6 on linux x86_64: test-suite fails on two tests
Hi, I compiled llvm v3.0 on linux x86_64 with gcc 4.4.6 and test-suite fails on two tests: SingleSource/UnitTests/Vector/SSE/sse.expandfft SingleSource/UnitTests/Vector/SSE/sse.stepfft I configured and compiled with with ../llvm/configure CFLAGS=-O3 --prefix=/scratch/user/local/llvm-release_30_opt --enable-optimized make -j2 make check-all and tested with gmake TEST=simple
2012 Mar 02
0
[LLVMdev] make check-all : errors in clang and llvm
I downloaded via svn the release_30 and current version code. I am on x86_64 GNU/Linux, I am compiling with gcc 4.4.6 I compiled release_30 with make ENABLE_OPTIMIZED=0 OPTIMIZE_OPTION=-O0 and current release with make In both cases, when I make check-all I get : FAIL: Clang :: Preprocessor/macro_paste_c_block_comment.c (2562 of 9598) ******************** TEST 'Clang ::
2012 Mar 05
2
[LLVMdev] installing llvm from source, make check-all fails on llvm::transforms and clang:preprocessor
I downloaded via svn the release_30 and current version code. I am on x86_64 GNU/Linux, I am compiling with gcc 4.4.6 I compiled release_30 with make ENABLE_OPTIMIZED=0 OPTIMIZE_OPTION=-O0 and current release with make In both cases, when I make check-all I get : FAIL: Clang :: Preprocessor/macro_paste_c_block_comment.c (2562 of 9598) ******************** TEST 'Clang ::