diff options
| -rw-r--r-- | clang-tools-extra/clang-tidy/performance/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/clang-tools-extra/clang-tidy/performance/Makefile b/clang-tools-extra/clang-tidy/performance/Makefile new file mode 100644 index 00000000000..afa9535bd52 --- /dev/null +++ b/clang-tools-extra/clang-tidy/performance/Makefile @@ -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 |

