X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2FCMakeLists.txt;h=5f006594c52a5544da9add4189a2a9e8054d9346;hb=ddc5a010a40a7b85a020a072f9f6b4ae132e94bd;hp=d8001e75a70c94c4265fab2c98140a7080668ee9;hpb=2be8ab460378455f82d719a872420fb5053f1bd5;p=oota-llvm.git diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index d8001e75a70..5f006594c52 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -15,7 +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-prof) +add_llvm_tool_subdirectory(llvm-profdata) add_llvm_tool_subdirectory(llvm-link) add_llvm_tool_subdirectory(lli) @@ -40,6 +40,8 @@ add_llvm_tool_subdirectory(llvm-mcmarkup) add_llvm_tool_subdirectory(llvm-symbolizer) +add_llvm_tool_subdirectory(llvm-c-test) + add_llvm_tool_subdirectory(obj2yaml) add_llvm_tool_subdirectory(yaml2obj)