diff options
Diffstat (limited to 'unittests/Frontend/Makefile')
-rw-r--r-- | unittests/Frontend/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/unittests/Frontend/Makefile b/unittests/Frontend/Makefile deleted file mode 100644 index a63ae1824534..000000000000 --- a/unittests/Frontend/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -##===- unittests/Frontend/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 = Frontend -include $(CLANG_LEVEL)/../../Makefile.config -LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option -USEDLIBS = clangFrontendTool.a clangFrontend.a clangDriver.a \ - clangSerialization.a clangCodeGen.a clangParse.a clangSema.a \ - clangStaticAnalyzerCheckers.a clangStaticAnalyzerCore.a \ - clangARCMigrate.a clangRewrite.a \ - clangRewriteFrontend.a clangEdit.a \ - clangAnalysis.a clangAST.a clangLex.a clangBasic.a - -include $(CLANG_LEVEL)/unittests/Makefile |