Displaying 4 results from an estimated 4 matches for "r102824".
2010 May 03
2
[LLVMdev] `make check' failures in r102924
I successfully built LLVM (r102824) with
./configure --enable-optimized --enable-targets=host --with-built-clang
on Fedora 12 on an Athlon64 processor. (The clang is the 2.7 pre-built
version.) However, running `make check' produced 6 unexpected failures
(see below). If there's something you'd like me to do, just holl...
2010 May 03
0
[LLVMdev] `make check' failures in r102924
On May 3, 2010, at 10:43 AMPDT, Vladimir G. Ivanovic wrote:
> I successfully built LLVM (r102824) with
>
> ./configure --enable-optimized --enable-targets=host --with-built-clang
>
> on Fedora 12 on an Athlon64 processor. (The clang is the 2.7 pre-built
> version.)
and the llvm-gcc appears to be also?
> However, running `make check' produced 6 unexpected failures
>...
2010 May 03
2
[LLVMdev] `make check' failures in r102924
on 05/03/2010 11:13 AM Dale Johannesen said the following:
> On May 3, 2010, at 10:43 AMPDT, Vladimir G. Ivanovic wrote:
>
>
>> I successfully built LLVM (r102824) with
>>
>> ./configure --enable-optimized --enable-targets=host --with-built-clang
>>
>> on Fedora 12 on an Athlon64 processor. (The clang is the 2.7 pre-built
>> version.)
>
> and the llvm-gcc appears to be also?
Correct. Both are in my PATH.
>> However,...
2010 May 03
0
[LLVMdev] `make check' failures in r102924
On May 3, 2010, at 12:09 PMPDT, Vladimir G. Ivanovic wrote:
> on 05/03/2010 11:13 AM Dale Johannesen said the following:
>> On May 3, 2010, at 10:43 AMPDT, Vladimir G. Ivanovic wrote:
>>
>>
>>> I successfully built LLVM (r102824) with
>>>
>>> ./configure --enable-optimized --enable-targets=host --with-built-clang
>>>
>>> on Fedora 12 on an Athlon64 processor. (The clang is the 2.7 pre-built
>>> version.)
>>
>> and the llvm-gcc appears to be also?
> Correct. Bo...