search for: duse_oprofile

Displaying 3 results from an estimated 3 matches for "duse_oprofile".

2012 Mar 30
0
[LLVMdev] Missing IntelJITEvents and OProfileJIT libs
...i Alberto, I can confirm the problem you mentioned, and will look at fixing it. You have indeed stumbled on a bug; the two libraries mentioned should only be required if you build with profiling enabled (--enable-intel-jitevents --enable-oprofile flags to configure, or "-DUSE_INTEL_JITEVENTS -DUSE_OPROFILE" flags to cmake.) A workaround, for the time being, would be to ignore those two missing libraries. Thanks, Dan -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Alberto Magni Sent: Friday, March 30, 2012 11:36 AM To: LLVM D...
2012 Mar 30
2
[LLVMdev] Missing IntelJITEvents and OProfileJIT libs
Hi all, I am experiencing a problem with the libraries IntelJITEvents and OProfileJIT They are listed in the `llvm-config --libs all` output but they are not present in the lib install directory. I am using git, revision 153741. Am I missing something ? Is this a known issue ? Thanks, Alberto
2012 Mar 31
1
[LLVMdev] Missing IntelJITEvents and OProfileJIT libs
..., > > I can confirm the problem you mentioned, and will look at fixing it. You have indeed stumbled on a bug; the two libraries mentioned should only be required if you build with profiling enabled (--enable-intel-jitevents --enable-oprofile flags to configure, or "-DUSE_INTEL_JITEVENTS -DUSE_OPROFILE" flags to cmake.) > > A workaround, for the time being, would be to ignore those two missing libraries. > > Thanks, > Dan > > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Alberto Magni > Sent:...