xref: /aosp_15_r20/external/llvm/tools/llvm-profdata/CMakeLists.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1set(LLVM_LINK_COMPONENTS
2  Core
3  ProfileData
4  Support
5  )
6
7add_llvm_tool(llvm-profdata
8  llvm-profdata.cpp
9  )
10