Displaying 2 results from an estimated 2 matches for "target_80387".
2011 Jul 01
1
[LLVMdev] where define the TARGET_80387 in md file ?
Hi,
I am a beginner for LLVM, and now I am building LLVM-gcc 4.2.2.9 from
dowloaded source. When generating gencondmd, the error occurs as
follows:
../../llvm-gcc-4.2-2.9.source/gcc/config/i386/i386.md:9844: error:
'TARGET_80387' undeclared here (not in a function)
but I use grep, there doesn't the definition for 'TARGET_80387' in the
whole source dir. And in orginal gcc source, I found its definition.
Why I can't find that in LLVM source? thanks for any advice!
2011 Jul 03
0
[LLVMdev] where define the TARGET_80387 in md file ?
...but there occurs redefinition error, I think optlist files input is
not compatible.
why I got this error, is it because of my stupid error?
> Message: 12
> Date: Fri, 01 Jul 2011 11:15:50 +0200
> From: Duncan Sands <baldrick at free.fr>
> Subject: Re: [LLVMdev] where define the TARGET_80387 in md file ?
> To: llvmdev at cs.uiuc.edu
> Message-ID: <4E0D9046.1090601 at free.fr>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi,
>
> > I am a beginner for LLVM, and now I am building LLVM-gcc 4.2.2.9 from
> > dowloaded source. When ge...