[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / tools / llvm-profdata / CMakeLists.txt
blob3545bde5c404221b5e20ac9117655110cab80add
1 set(LLVM_LINK_COMPONENTS
2   Core
3   ProfileData
4   Object
5   DebugInfoDWARF
6   Support
7   )
9 add_llvm_tool(llvm-profdata
10   llvm-profdata.cpp
12   DEPENDS
13   intrinsics_gen
14   )