Author: alexfh Date: Wed Dec 30 04:56:00 2015 New Revision: 256634 URL: http://llvm.org/viewvc/llvm-project?rev=256634&view=rev Log: [clang-tidy] Add the missing Makefile
Added: clang-tools-extra/trunk/clang-tidy/performance/Makefile Added: clang-tools-extra/trunk/clang-tidy/performance/Makefile URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy/performance/Makefile?rev=256634&view=auto ============================================================================== --- clang-tools-extra/trunk/clang-tidy/performance/Makefile (added) +++ clang-tools-extra/trunk/clang-tidy/performance/Makefile Wed Dec 30 04:56:00 2015 @@ -0,0 +1,12 @@ +##===- 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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits