Compress MCRegisterInfo register name tables.
[oota-llvm.git] / tools / opt / Makefile
index 0afb0021757426e64f4d307a07870a43e11735da..16d116da5dbd982350473fb810f9fdd7779e7c6c 100644 (file)
@@ -6,10 +6,9 @@
 # License. See LICENSE.TXT for details.
 #
 ##===----------------------------------------------------------------------===##
-LEVEL = ../..
-TOOLNAME = opt
-REQUIRES_EH := 1
 
-LINK_COMPONENTS := bitreader bitwriter instrumentation scalaropts ipo
+LEVEL := ../..
+TOOLNAME := opt
+LINK_COMPONENTS := bitreader bitwriter asmparser instrumentation scalaropts ipo vectorize
 
 include $(LEVEL)/Makefile.common