aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-12-03 18:28:52 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-12-03 18:28:52 +0000
commit12feb121146805a117c5d3439907a6a48ebc7365 (patch)
treeda5b9bcf003b5108e5a7417e3de911853d5127ba /lib
parent96a66392649f23e19bb9b2d512f2779b9dd420d0 (diff)
libclangFormat is not libclangTooling, but it depends on it.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169139 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Format/CMakeLists.txt1
-rw-r--r--lib/Format/Makefile4
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/Format/CMakeLists.txt b/lib/Format/CMakeLists.txt
index 60ab14da24..4b14e91414 100644
--- a/lib/Format/CMakeLists.txt
+++ b/lib/Format/CMakeLists.txt
@@ -21,4 +21,5 @@ target_link_libraries(clangFormat
clangASTMatchers
clangRewriteCore
clangRewriteFrontend
+ clangTooling
)
diff --git a/lib/Format/Makefile b/lib/Format/Makefile
index 0d2e7a29bc..f4d2b985b1 100644
--- a/lib/Format/Makefile
+++ b/lib/Format/Makefile
@@ -1,4 +1,4 @@
-##===- clang/lib/Tooling/Makefile ---------------------------*- Makefile -*-===##
+##===- clang/lib/Format/Makefile ---------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -8,6 +8,6 @@
##===----------------------------------------------------------------------===##
CLANG_LEVEL := ../..
-LIBRARYNAME := clangTooling
+LIBRARYNAME := clangFormat
include $(CLANG_LEVEL)/Makefile