From: Douglas Gregor Date: Tue, 16 Jun 2009 22:26:26 +0000 (+0000) Subject: Make the clang executable target depend on clang-cc X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbc283666c65589693513108b0b1b099c3e769d8;p=clang Make the clang executable target depend on clang-cc git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73568 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/driver/CMakeLists.txt b/tools/driver/CMakeLists.txt index fc7464afe0..f170aa2fa3 100644 --- a/tools/driver/CMakeLists.txt +++ b/tools/driver/CMakeLists.txt @@ -10,3 +10,6 @@ set(LLVM_LINK_COMPONENTS system support bitreader bitwriter) add_clang_executable(clang driver.cpp ) + +add_dependencies(clang clang-cc) +