[LLVMdev] Missing IntelJITEvents and OProfileJIT libs

Ralf Karrenberg Chareos at gmx.de
Sat Mar 31 07:25:11 PDT 2012


Hi all,

I can confirm the same problem, but something similar happens
when building llvm with --enable-targets=host-only:
`llvm-config --libs all` still lists all libraries for 
mips/sparc/powerpc/etc.

Cheers,
Ralf

On 3/31/12 11:36 AM, Alberto Magni wrote:
> Hello Daniel,
>
> thank you very much for the clarification.
> I confirm that the two libraries showed up without specifying the two
> configure flags.
>
> Cheers,
> Alberto
>
> On Fri, Mar 30, 2012 at 8:48 PM, Malea, Daniel<daniel.malea at intel.com>  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 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
>
> _______________________________________________
> 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