diff options
Diffstat (limited to 'clang-tools-extra/clang-tidy/performance')
-rw-r--r-- | clang-tools-extra/clang-tidy/performance/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/clang-tools-extra/clang-tidy/performance/Makefile b/clang-tools-extra/clang-tidy/performance/Makefile deleted file mode 100644 index afa9535bd52..00000000000 --- a/clang-tools-extra/clang-tidy/performance/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -##===- clang-tidy/performance/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 := clangTidyPerformanceModule - -include $(CLANG_LEVEL)/Makefile |