repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix test failures introduced by PR #113697 (#116941)
[llvm-project.git]
/
llvm
/
tools
/
llvm-profdata
/
CMakeLists.txt
blob
165be9a2ea31bd674cb0d5e2c95da1dd04bdab92
1
set(LLVM_LINK_COMPONENTS
2
Core
3
Object
4
ProfileData
5
Support
6
)
7
8
add_llvm_tool(llvm-profdata
9
llvm-profdata.cpp
10
11
DEPENDS
12
intrinsics_gen
13
GENERATE_DRIVER
14
)
15
16
if(NOT LLVM_TOOL_LLVM_DRIVER_BUILD)
17
target_link_libraries(llvm-profdata PRIVATE LLVMDebuginfod)
18
endif()