[PATCH] Fix build with CMake if LLVM_USE_INTEL_JITEVENTS option is enabled.
Alexey Bader
aleksey.bader at mail.ru
Tue Oct 28 01:29:28 PDT 2014
>>! In D5646#7, @ddunbar wrote:
> The llvm-build part LGTM.
>
> - Daniel
Hi Daniel,
Thanks a lot for reviewing the patch!
In addition to llvm-build part there are only two one-line fixes:
1. Removed linking llvm-jitlistener with old JIT library (which was removed - rev. 216982). This part was already reviewed by Rafael, but never landed.
2. Added LLVM libraries to the list of required dependencies for IntelJITEvents. I'm not sure that the list is exhaustive, but it's enough to pass build in our environment with LLVM_USE_INTEL_JITEVENTS option.
If you are OK with the rest of the changes, could you commit this patch for me, please?
Thanks in advance,
Alexey
http://reviews.llvm.org/D5646
More information about the llvm-commits
mailing list