Simplify memory management. NFC.
[oota-llvm.git] / tools / llvm-lto / Makefile
index 1b1a1f8b389ee49bd5f704cba1bfcddf16b82163..f8ca7e1cac5d07d11c36c426e1ae19ceaaeafe89 100644 (file)
@@ -9,14 +9,9 @@
 
 LEVEL := ../..
 TOOLNAME := llvm-lto
-LINK_COMPONENTS := support
+LINK_COMPONENTS := lto ipo scalaropts linker bitreader bitwriter mcdisassembler support target vectorize all-targets
 
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS := 1
 
-NO_INSTALL := 1
-
 include $(LEVEL)/Makefile.common
-
-LDFLAGS += -L$(LibDir)
-LIBS += -lLTO