forked from OSchip/llvm-project
libclangFormat is not libclangTooling, but it depends on it.
llvm-svn: 169139
This commit is contained in:
parent
9c1b9f60ad
commit
12fa8fe8b4
|
@ -21,4 +21,5 @@ target_link_libraries(clangFormat
|
|||
clangASTMatchers
|
||||
clangRewriteCore
|
||||
clangRewriteFrontend
|
||||
clangTooling
|
||||
)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue