[clang-tools-extra] r256634 - [clang-tidy] Add the missing Makefile

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 30 02:56:01 PST 2015


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




More information about the cfe-commits mailing list