[RISCV] Fix mgather -> riscv.masked.strided.load combine not extending indices (...
[llvm-project.git] / llvm / lib / ExecutionEngine / OProfileJIT / CMakeLists.txt
blob8d37238221f9f5b69d25f4388b2de1c0135b873f
2 include_directories( ${LLVM_OPROFILE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/.. )
4 add_llvm_component_library(LLVMOProfileJIT
5   OProfileJITEventListener.cpp
6   OProfileWrapper.cpp
8   LINK_COMPONENTS
9   DebugInfoDWARF
10   Support
11   Object
12   ExecutionEngine
13   )