[OCaml] Add Llvm.build_empty_phi.
[oota-llvm.git] / tools / opt / Makefile
index 726cad87123f24572f5b058c295925818fcab550..cfa9c31cb95855633c271c64895402553fde5be3 100644 (file)
@@ -6,9 +6,12 @@
 # License. See LICENSE.TXT for details.
 #
 ##===----------------------------------------------------------------------===##
-LEVEL = ../..
-TOOLNAME = opt
 
-LINK_COMPONENTS := bitreader bitwriter asmparser instrumentation scalaropts ipo
+LEVEL := ../..
+TOOLNAME := opt
+LINK_COMPONENTS := bitreader bitwriter asmparser irreader instrumentation scalaropts objcarcopts ipo vectorize all-targets codegen
+
+# Support plugins.
+NO_DEAD_STRIP := 1
 
 include $(LEVEL)/Makefile.common