blob: 68a4303acef0fdda8d4d773c16c7cac1baea10bd [file] [log] [blame]
# This tool is excluded from the CMake build if Intel JIT events are disabled.
link_directories( ${LLVM_INTEL_JITEVENTS_LIBDIR} )
include_directories( ${LLVM_INTEL_JITEVENTS_INCDIR} )
set(LLVM_LINK_COMPONENTS
asmparser
bitreader
debuginfo
inteljitevents
interpreter
irreader
mcjit
nativecodegen
object
selectiondag
)
add_llvm_tool(llvm-jitlistener
llvm-jitlistener.cpp
)