EH: Sink computation of local PadMap variable into function that uses it
[oota-llvm.git] / lib / ExecutionEngine / OProfileJIT / CMakeLists.txt
1
2 include_directories( ${LLVM_OPROFILE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/.. )
3
4 add_llvm_library(LLVMOProfileJIT
5   OProfileJITEventListener.cpp
6   OProfileWrapper.cpp
7   )