Displaying 4 results from an estimated 4 matches for "ac_cflags".
2009 Oct 30
2
[LLVMdev] I have built a whole-program bitcode file for openldap-2.19
Hi,all
I have written a wrapper which includes gcc/g++,ld and llvm counterparts, it
invokes native or llvm compiler and linker according to the options it
receives,after I replace the native tools with my wrapper in libtool script,
I just typed like this
make CC=wrapper AC_CFLAGS=-emit-llvm
then I got a bc file of slapd and other tools in clients directory
The accessory is the whole-program bitcode file of slapd
(My platform is Fedora11 x86_64+E6300)
the method can also be applied to many GNU projects but there may be some
other problems when I treat to BIND,I'm che...
2009 Oct 30
0
[LLVMdev] I have built a whole-program bitcode file for openldap-2.19
>I have written a wrapper which includes gcc/g++,ld and llvm counterparts,
>it invokes native or llvm compiler and linker according to the options it
>receives,after I replace the native tools with my wrapper in libtool
>script, I just typed like this
>
>make CC=wrapper AC_CFLAGS=-emit-llvm
>
>then I got a bc file of slapd and other tools in clients directory
>
>The accessory is the whole-program bitcode file of slapd
>
>(My platform is Fedora11 x86_64+E6300)
>
>the method can also be applied to many GNU projects but there may be some
>other probl...
2009 Oct 30
0
[LLVMdev] I have built a whole-program bitcode file for openldap-2.4.19
...gt;
> I have written a wrapper which includes gcc/g++,ld and llvm counterparts, it
> invokes native or llvm compiler and linker according to the options it
> receives,after I replace the native tools with my wrapper in libtool script,
> I just typed like this
>
> make CC=wrapper AC_CFLAGS=-emit-llvm
>
> then I got a bc file of slapd and other tools in clients directory
>
> The accessory is the whole-program bitcode file of slapd
>
> (My platform is Fedora11 x86_64+E6300)
>
> the method can also be applied to many GNU projects but there may be some
> ot...
2009 Oct 30
2
[LLVMdev] I have built a whole-program bitcode file foropenldap-2.19
...dap-2.19
>I have written a wrapper which includes gcc/g++,ld and llvm counterparts,
>it invokes native or llvm compiler and linker according to the options it
>receives,after I replace the native tools with my wrapper in libtool
>script, I just typed like this
>
>make CC=wrapper AC_CFLAGS=-emit-llvm
>
>then I got a bc file of slapd and other tools in clients directory
>
>The accessory is the whole-program bitcode file of slapd
>
>(My platform is Fedora11 x86_64+E6300)
>
>the method can also be applied to many GNU projects but there may be some
>other probl...