forked from OSchip/llvm-project
parent
549f4f2510
commit
792e3cae17
|
@ -1,4 +1,8 @@
|
|||
set(LLVM_LINK_COMPONENTS profiledata support)
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ProfileData
|
||||
Support
|
||||
)
|
||||
|
||||
add_llvm_tool(llvm-profdata
|
||||
llvm-profdata.cpp
|
||||
|
|
Loading…
Reference in New Issue