mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
643de689aa
Is anyone using those? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241372 91177308-0d34-0410-b5e6-96231b3b80d8
22 lines
405 B
CMake
22 lines
405 B
CMake
# 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
|
|
DebugInfoDWARF
|
|
inteljitevents
|
|
interpreter
|
|
irreader
|
|
mcjit
|
|
nativecodegen
|
|
object
|
|
selectiondag
|
|
)
|
|
|
|
add_llvm_tool(llvm-jitlistener
|
|
llvm-jitlistener.cpp
|
|
)
|