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/clang-tidy/cppcoreguidelines | |
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/clang-tidy/cppcoreguidelines')
-rw-r--r-- | clang-tools-extra/clang-tidy/cppcoreguidelines/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
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 |