[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / tools / llvm-profdata / CMakeLists.txt
blob25cf143337ad4bcfc38ec34861aec9b9c35bd2cb
1 set(LLVM_LINK_COMPONENTS
2   Core
3   Object
4   ProfileData
5   Support
6   )
8 add_llvm_tool(llvm-profdata
9   llvm-profdata.cpp
11   DEPENDS
12   intrinsics_gen
13   GENERATE_DRIVER
14   )