]> granicus.if.org Git - clang/commitdiff
Make the clang executable target depend on clang-cc
authorDouglas Gregor <dgregor@apple.com>
Tue, 16 Jun 2009 22:26:26 +0000 (22:26 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 16 Jun 2009 22:26:26 +0000 (22:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73568 91177308-0d34-0410-b5e6-96231b3b80d8

tools/driver/CMakeLists.txt

index fc7464afe052fb7160e5207e2ea04d7cb35936cb..f170aa2fa38cb7e195d951cf95e6572161c54f8d 100644 (file)
@@ -10,3 +10,6 @@ set(LLVM_LINK_COMPONENTS system support bitreader bitwriter)
 add_clang_executable(clang
   driver.cpp
   )
+
+add_dependencies(clang clang-cc)
+