[WebAssembly] Use an immediate OperandType for offset operands.
[oota-llvm.git] / utils / PerfectShuffle / Makefile
index 2f29573137f3a05b0b48f3bb0ab632f41f7967a5..28709fefd319bd1307501ccc3698ed2d9d5426d3 100644 (file)
@@ -2,13 +2,17 @@
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by Chris Lattner and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
+# 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