[LLVMdev] Missing IntelJITEvents and OProfileJIT libs
Malea, Daniel
daniel.malea at intel.com
Fri Mar 30 12:48:33 PDT 2012
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 11:36 AM
To: LLVM Developers Mailing List
Subject: [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
_______________________________________________
LLVM Developers mailing list
LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list