Displaying 3 results from an estimated 3 matches for "duse_intel_jitev".
2012 Mar 30
0
[LLVMdev] Missing IntelJITEvents and OProfileJIT libs
Hi 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...
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
...wrote:
> Hi 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 Albert...