Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/17.0-2023-07-29
/
.
/
llvm
/
tools
/
llvm-profdata
/
CMakeLists.txt
blob: 25cf143337ad4bcfc38ec34861aec9b9c35bd2cb [
file
] [
log
] [
blame
] [
edit
]
set(LLVM_LINK_COMPONENTS
Core
Object
ProfileData
Support
)
add_llvm_tool(llvm-profdata
llvm-profdata.cpp
DEPENDS
intrinsics_gen
GENERATE_DRIVER
)