diff options
author | Chris Bieneman <beanz@apple.com> | 2016-01-26 21:31:36 +0000 |
---|---|---|
committer | Chris Bieneman <beanz@apple.com> | 2016-01-26 21:31:36 +0000 |
commit | 2cc7fec76a0ad622f1fcdb5ffee93cf5d53c08ee (patch) | |
tree | 408ec911c702ae9ed6f26c6fb7284e7fae639f86 /clang-tools-extra/unittests/clang-query | |
parent | 63a81b1415491e39cfd886397fdbdfb4b9142631 (diff) | |
download | bcm5719-llvm-2cc7fec76a0ad622f1fcdb5ffee93cf5d53c08ee.tar.gz bcm5719-llvm-2cc7fec76a0ad622f1fcdb5ffee93cf5d53c08ee.zip |
Remove autoconf support
Summary:
This patch is provided in preparation for removing autoconf on 1/26. The proposal to remove autoconf on 1/26 was discussed on the llvm-dev thread here: http://lists.llvm.org/pipermail/llvm-dev/2016-January/093875.html
"Now I am become Death, the destroyer of worlds."
-J. Robert Oppenheimer
Reviewers: chandlerc, grosbach, bob.wilson, echristo
Subscribers: cfe-commits, klimek
Differential Revision: http://reviews.llvm.org/D16475
llvm-svn: 258864
Diffstat (limited to 'clang-tools-extra/unittests/clang-query')
-rw-r--r-- | clang-tools-extra/unittests/clang-query/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/clang-tools-extra/unittests/clang-query/Makefile b/clang-tools-extra/unittests/clang-query/Makefile deleted file mode 100644 index 2ef1353c0a4..00000000000 --- a/clang-tools-extra/unittests/clang-query/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -##===- unittests/clang-query/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 = ../../../.. -include $(CLANG_LEVEL)/../../Makefile.config - -TESTNAME = ClangQuery -LINK_COMPONENTS := asmparser bitreader support MC MCParser option \ - TransformUtils -USEDLIBS = clangQuery.a clangTooling.a clangFrontend.a clangSerialization.a \ - clangDriver.a clangParse.a clangSema.a clangEdit.a clangAnalysis.a \ - clangAST.a clangASTMatchers.a clangDynamicASTMatchers.a clangLex.a \ - clangBasic.a - -include $(CLANG_LEVEL)/Makefile -MAKEFILE_UNITTEST_NO_INCLUDE_COMMON := 1 -CPP.Flags += -I$(PROJ_SRC_DIR)/../../clang-query -include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest |