[OCaml] PR22014: OCaml bindings didn't link to libLLVM-*.so with -Wl,--as-needed
[oota-llvm.git] / tools / llvm-profdata / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Core
3   ProfileData
4   Support
5   )
6
7 add_llvm_tool(llvm-profdata
8   llvm-profdata.cpp
9   )