search for: anytoexe

Displaying 8 results from an estimated 8 matches for "anytoexe".

2009 Oct 15
2
[LLVMdev] strace for whole-program bitcodes
...rstrike $ sudo dpkg -i airstrike*.deb $ airstrike If you are interested I can try to rework my scripts to a shape where they could be used by somebody else. (*) I am not actually calling llvm-ld directly. Instead I have an "llvm-ld-exe" wrapper that calls llvm-ld and then uses "anytoexe" to pack the resulting bitcode to a shell script that can execute itself with lli and use the correct -load options.
2009 Oct 16
2
[LLVMdev] strace for whole-program bitcodes
...l > >> If you are interested I can try to rework my scripts to a shape where >> they could be used by somebody else. >> >> (*) I am not actually calling llvm-ld directly. Instead I have an >> "llvm-ld-exe" wrapper that calls llvm-ld and then uses "anytoexe" to >> pack the resulting bitcode to a shell script that can execute itself with >> lli and use the correct -load options. >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiu...
2009 Oct 15
0
[LLVMdev] strace for whole-program bitcodes
...ever though. :) - Daniel > If you are interested I can try to rework my scripts to a shape where > they could be used by somebody else. > > (*) I am not actually calling llvm-ld directly. Instead I have an >    "llvm-ld-exe" wrapper that calls llvm-ld and then uses "anytoexe" to >    pack the resulting bitcode to a shell script that can execute itself with >    lli and use the correct -load options. > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu > http://li...
2009 Oct 30
2
[LLVMdev] strace for whole-program bitcodes
...you are interested I can try to rework my scripts to a shape where > >> they could be used by somebody else. > >> > >> (*) I am not actually calling llvm-ld directly. Instead I have an > >> "llvm-ld-exe" wrapper that calls llvm-ld and then uses "anytoexe" to > >> pack the resulting bitcode to a shell script that can execute itself > with > >> lli and use the correct -load options. > >> _______________________________________________ > >> LLVM Developers mailing list > >> LLVMdev at cs.uiuc....
2009 Oct 29
0
[LLVMdev] strace for whole-program bitcodes
...l > >> If you are interested I can try to rework my scripts to a shape where >> they could be used by somebody else. >> >> (*) I am not actually calling llvm-ld directly. Instead I have an >> "llvm-ld-exe" wrapper that calls llvm-ld and then uses "anytoexe" to >> pack the resulting bitcode to a shell script that can execute itself with >> lli and use the correct -load options. >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiu...
2009 Oct 30
0
[LLVMdev] strace for whole-program bitcodes
...aniel > >> If you are interested I can try to rework my scripts to a shape where >> they could be used by somebody else. >> >> (*) I am not actually calling llvm-ld directly. Instead I have an >> "llvm-ld-exe" wrapper that calls llvm-ld and then uses "anytoexe" to >> pack the resulting bitcode to a shell script that can execute itself with >> lli and use the correct -load options. >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>...
2009 Oct 15
0
[LLVMdev] strace for whole-program bitcodes (was: RE: building whole-program bitcode with LLVM)
Hi, Kelly, Have you found the solution for this problem? I met a similar problem when I were trying to test MySQL 5.0 with LLVM. The following is my step, but still failed since llvm-ld can not recognize some gcc link flags. 1. during the configuration, use a script such as llvm-gcc.sh, at this time the script only invoke the gcc. This is necessary because the gnu configure will test the
2009 Oct 08
5
[LLVMdev] strace for whole-program bitcodes (was: RE: building whole-program bitcode with LLVM)
Hi, It would be nice if it were easier for relative novices to build whole-program bitcodes for large, complex applications with hairy build systems. Several readers of this list have been trying various approaches for a few months but as far as I know we haven't yet found a good general solution. Approaches that have been tried include 1) placing wrappers for the usual tools (gcc, ar, as,