Displaying 5 results from an estimated 5 matches for "1394c1394".
2010 Dec 26
2
[LLVMdev] Question of executing AutoRegen.sh to regen configure file
Hello all,
I download the src of llvm 2.8 and run ./autoconf/AutoRegen.sh
However there is a little difference between origin configure file and the
generated one
$diff configure configure.bak
1394c1394
< --enable-optimized Compile with optimizations enabled (default is
YES)
---
> --enable-optimized Compile with optimizations enabled (default is
NO)
I am wondering to know whether I miss some parameter with executing
AutoRegen.sh??
thanks a lot
yi-hong
-------------- next par...
2011 Jan 03
2
[LLVMdev] Question of executing AutoRegen.sh to regen configure file
On Mon, Jan 3, 2011 at 11:01 AM, Eric Christopher <echristo at apple.com> wrote:
> On Dec 26, 2010, at 8:38 AM, Lu Mitnick wrote:
>> $diff configure configure.bak
>>
>> 1394c1394
>> < --enable-optimized Compile with optimizations enabled (default is YES)
>> ---
>> > --enable-optimized Compile with optimizations enabled (default is NO)
>>
>> I am wondering to know whether I miss some parameter with executing AutoRegen.sh??
&g...
2011 Jan 03
0
[LLVMdev] Question of executing AutoRegen.sh to regen configure file
On Dec 26, 2010, at 8:38 AM, Lu Mitnick wrote:
> Hello all,
>
> I download the src of llvm 2.8 and run ./autoconf/AutoRegen.sh
>
> However there is a little difference between origin configure file and the generated one
>
> $diff configure configure.bak
>
> 1394c1394
> < --enable-optimized Compile with optimizations enabled (default is YES)
> ---
> > --enable-optimized Compile with optimizations enabled (default is NO)
>
> I am wondering to know whether I miss some parameter with executing AutoRegen.sh??
Probably not. The co...
2010 Dec 27
0
[LLVMdev] Question of autotools about adding a new target for LLVM
Good morning, Lu.
You may do;
1) build and install certain autotools with --prefix=/path/to/your/autotools
2) run the line; PATH=/path/to/your/autotools/bin:$PATH autoconf/AutoRegen.sh
Good luck! ...Takumi
2010 Dec 25
4
[LLVMdev] Question of autotools about adding a new target for LLVM
Hello all,
I am a beginner of LLVM and want to add a new Target for LLVM. I follow the
document (http://llvm.org/docs/WritingAnLLVMBackend.html)
to modify autotools/configure.ac. However when I type ./AutoRegen.sh
There is an error that "Your autoconf was not detected as being 2.60"
I download the source of autoconf 2.60 and install it. And there is the
other error that
"Your