Pass FunctionInfoIndex by reference to WriteFunctionSummaryToFile (NFC)
[oota-llvm.git] / tools / yaml2obj / Makefile
index cb6f47724b6923928539e0d33efa9d19238a642f..912f0e31ae7c14c2af9f767185910ab788f45c3c 100644 (file)
@@ -9,12 +9,9 @@
 
 LEVEL = ../..
 TOOLNAME = yaml2obj
-LINK_COMPONENTS := support
+LINK_COMPONENTS := object
 
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1
 
-# Don't install this utility
-NO_INSTALL = 1
-
 include $(LEVEL)/Makefile.common