From 2cc7fec76a0ad622f1fcdb5ffee93cf5d53c08ee Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Tue, 26 Jan 2016 21:31:36 +0000 Subject: 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 --- clang-tools-extra/clang-tidy/cppcoreguidelines/Makefile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 clang-tools-extra/clang-tidy/cppcoreguidelines/Makefile (limited to 'clang-tools-extra/clang-tidy/cppcoreguidelines') diff --git a/clang-tools-extra/clang-tidy/cppcoreguidelines/Makefile b/clang-tools-extra/clang-tidy/cppcoreguidelines/Makefile deleted file mode 100644 index a30b3c0fda5..00000000000 --- a/clang-tools-extra/clang-tidy/cppcoreguidelines/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -##===- clang-tidy/cppcoreguidelines/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 := ../../../.. -LIBRARYNAME := clangTidyCppCoreGuidelinesModule - -include $(CLANG_LEVEL)/Makefile -- cgit v1.2.3