mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
6b7788b0c5
Patch committed on behalf of Kirill Uhanov llvm-svn: 164831
7 lines
140 B
CMake
7 lines
140 B
CMake
include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/.. )
|
|
|
|
add_llvm_library(LLVMIntelJITEvents
|
|
IntelJITEventListener.cpp
|
|
jitprofiling.c
|
|
)
|