[PATCH] D44892: Add PerfJITEventListener for perf profiling support.

Valentin Churavy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 10 09:23:07 PDT 2018


vchuravy requested changes to this revision.
vchuravy added inline comments.
This revision now requires changes to proceed.


================
Comment at: lib/ExecutionEngine/Orc/LLVMBuild.txt:22
 parent = ExecutionEngine
-required_libraries = Core ExecutionEngine Object RuntimeDyld Support TransformUtils
+required_libraries = Core ExecutionEngine Object RuntimeDyld Support TransformUtils PerfJITEvents
----------------
I don't think you should add "PerfJITEvents" here, I see a "missing LLVMPerfJITEvents" with `-DLLVM_USE_PERF=0`


Repository:
  rL LLVM

https://reviews.llvm.org/D44892





More information about the llvm-commits mailing list