summaryrefslogtreecommitdiffstats
path: root/clang/cmake/modules/AddClang.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'clang/cmake/modules/AddClang.cmake')
-rw-r--r--clang/cmake/modules/AddClang.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/cmake/modules/AddClang.cmake b/clang/cmake/modules/AddClang.cmake
index d225d2ecaa4..5ff2e8b13fa 100644
--- a/clang/cmake/modules/AddClang.cmake
+++ b/clang/cmake/modules/AddClang.cmake
@@ -133,7 +133,7 @@ macro(add_clang_tool name)
endif()
add_clang_executable(${name} ${ARGN})
- add_dependencies(${name} clang-headers)
+ add_dependencies(${name} clang-resource-headers)
if (CLANG_BUILD_TOOLS)
if(${name} IN_LIST LLVM_DISTRIBUTION_COMPONENTS OR
OpenPOWER on IntegriCloud