brintos

brintos / llvm-project-archived public Read only

0
0
Text · 250 B · 8d37238 Raw
14 lines · plain
1 2include_directories( ${LLVM_OPROFILE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/.. )3 4add_llvm_component_library(LLVMOProfileJIT5  OProfileJITEventListener.cpp6  OProfileWrapper.cpp7 8  LINK_COMPONENTS9  DebugInfoDWARF10  Support11  Object12  ExecutionEngine13  )14