aboutsummaryrefslogtreecommitdiff
path: root/utils/PerfectShuffle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/PerfectShuffle/Makefile')
-rw-r--r--utils/PerfectShuffle/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/utils/PerfectShuffle/Makefile b/utils/PerfectShuffle/Makefile
deleted file mode 100644
index 28709fefd319..000000000000
--- a/utils/PerfectShuffle/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-##===- utils/PerfectShuffle/Makefile -----------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../..
-TOOLNAME = llvm-PerfectShuffle
-NO_INSTALL = 1
-
-# This tool has no plugins, optimize startup time.
-TOOL_NO_EXPORTS = 1
-
-include $(LEVEL)/Makefile.common
-