search for: josem

Displaying 4 results from an estimated 4 matches for "josem".

Did you mean: jose
2004 Sep 17
2
[LLVMdev] bug in Makefile?
shouldn't "make distclean" remove include/llvm/Config/config.h ? regards, josem
2004 Sep 17
0
[LLVMdev] bug in Makefile?
Yes, it should. Thanks for noticing. John: could you fix this please? Jose M. Moya wrote: > shouldn't "make distclean" remove include/llvm/Config/config.h ? > > regards, > josem > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev >
2007 Sep 10
2
[LLVMdev] profiling with llvm-gcc4?
How can I do function profiling and BB profiling with current llvm and llvm-gcc4? runtime/libprofile is disabled when using llvm-gcc4, but... is there any alternative to linking with libprofile_rt.so? How can I use llvm-prof? is utils/profile.pl obsolete? Thanks in advance, josem
2007 Sep 11
1
[LLVMdev] profiling with llvm-gcc4?
El lun, 10-09-2007 a las 11:55 -0700, Chris Lattner escribió: > The profiling support in LLVM hasn't been used for quite a while, so it > may have bitrotted slightly. However, the support should basically work, > so it shouldn't take much to bring it back to life. Thank you, it seems working again with this simple patch: Index: runtime/Makefile