From: Benjamin Kramer Date: Mon, 3 Dec 2012 18:28:52 +0000 (+0000) Subject: libclangFormat is not libclangTooling, but it depends on it. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12feb121146805a117c5d3439907a6a48ebc7365;p=clang 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 --- 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