X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2FCMakeLists.txt;h=5f006594c52a5544da9add4189a2a9e8054d9346;hb=ddc5a010a40a7b85a020a072f9f6b4ae132e94bd;hp=12e10fd0bbd1cbfe9cb6aac262a1532e001d8562;hpb=44c23939cf8d0f6bd77c1ee8cae5a1d13ad10f40;p=oota-llvm.git diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 12e10fd0bbd..5f006594c52 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -15,6 +15,7 @@ add_llvm_tool_subdirectory(llvm-nm) add_llvm_tool_subdirectory(llvm-size) add_llvm_tool_subdirectory(llvm-cov) +add_llvm_tool_subdirectory(llvm-profdata) add_llvm_tool_subdirectory(llvm-link) add_llvm_tool_subdirectory(lli)