[llvm] [ORC][JITLink] Add Intel VTune support to JITLink (PR #83957)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 4 21:09:05 PST 2024


================
@@ -2,10 +2,18 @@ if( CMAKE_HOST_UNIX AND HAVE_LIBRT )
   set(rt_lib rt)
 endif()
 
+set(intel_jit_profiling )
+if( LLVM_USE_INTEL_JITEVENTS )
+set(intel_jit_profiling IntelJITProfiling)
----------------
MaskRay wrote:

indent

https://github.com/llvm/llvm-project/pull/83957


More information about the llvm-commits mailing list