summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/Makefile
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-12-22 18:52:29 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-12-22 18:52:29 +0000
commit2ff5ab1516e48c2fff0138f953d887b5e695214b (patch)
treec52787595b6c148ca1a646c31f93e1eb764c362f /clang/lib/Checker/Makefile
parent8d602a8aa8e6697509465d8a5473fc41cb1a382e (diff)
downloadbcm5719-llvm-2ff5ab1516e48c2fff0138f953d887b5e695214b.tar.gz
bcm5719-llvm-2ff5ab1516e48c2fff0138f953d887b5e695214b.zip
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclangGRCore
llvm-svn: 122421
Diffstat (limited to 'clang/lib/Checker/Makefile')
-rw-r--r--clang/lib/Checker/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/clang/lib/Checker/Makefile b/clang/lib/Checker/Makefile
deleted file mode 100644
index 4ec6f65a0bb..00000000000
--- a/clang/lib/Checker/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-##===- clang/lib/Checker/Makefile --------------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-#
-# This implements analyses built on top of source-level CFGs.
-#
-##===----------------------------------------------------------------------===##
-
-CLANG_LEVEL := ../..
-LIBRARYNAME := clangChecker
-
-include $(CLANG_LEVEL)/Makefile
-
OpenPOWER on IntegriCloud