- Added LLVM libraries required for IntelJITEvents to LLVMBuild.txt.
- Removed 'jit' library from llvm-jitlistener.
- Added support for OptionalLibraries to llvm-build cmake files generator.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Hi Daniel,
Thanks a lot for reviewing the patch!
In addition to llvm-build part there are only two one-line fixes:
- Removed linking llvm-jitlistener with old JIT library (which was removed - rev. 216982). This part was already reviewed by Rafael, but never landed.
- 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
Comment Actions
I'm not actively working on LLVM currently, please work with someone else
who is active in this area if you need the patch committed for you.
- Daniel