forked from OSchip/llvm-project
8 lines
100 B
CMake
8 lines
100 B
CMake
|
add_llvm_library(LLVMProfileData
|
||
|
InstrProf.cpp
|
||
|
InstrProfReader.cpp
|
||
|
|
||
|
LINK_LIBS
|
||
|
LLVMSupport
|
||
|
)
|