Use a SmallVector instead of std::vector for ResOperands.
[oota-llvm.git] / tools / llvm-ld / Makefile
index 1da19665a36eb7934abb22bd06a6f4ffd8cc399e..8793ca9c10741bcabd18bc3893bac20417cb300c 100644 (file)
@@ -7,10 +7,8 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL = ../..
-
-TOOLNAME = llvm-ld
-LINK_COMPONENTS = ipo scalaropts linker archive bitwriter
-CXXFLAGS = -fno-rtti
+LEVEL := ../..
+TOOLNAME := llvm-ld
+LINK_COMPONENTS := ipo scalaropts linker archive bitwriter vectorize
 
 include $(LEVEL)/Makefile.common