diff options
Diffstat (limited to 'unittests/StaticAnalyzer/Makefile')
-rw-r--r-- | unittests/StaticAnalyzer/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/unittests/StaticAnalyzer/Makefile b/unittests/StaticAnalyzer/Makefile deleted file mode 100644 index af85b711e5b3e..0000000000000 --- a/unittests/StaticAnalyzer/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -##===- unittests/Basic/Makefile ----------------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## - -CLANG_LEVEL = ../.. -TESTNAME = StaticAnalysis -LINK_COMPONENTS := support mc -USEDLIBS = clangBasic.a clangAnalysis.a clangStaticAnalyzerCore.a - -include $(CLANG_LEVEL)/unittests/Makefile |