• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2include_directories( ${LLVM_OPROFILE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/.. )
3
4add_llvm_library(LLVMOProfileJIT
5  OProfileJITEventListener.cpp
6  OProfileWrapper.cpp
7  )
8