Add TransformUtils to list of required libraries for llc
[oota-llvm.git] / tools / llc / Makefile
index ae64c9a5b57c6989c975f9bdf4eb717b0d7ce4c8..cd34c80d840a898964fc7183fbc0dd6773001ca1 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL := ../..
 TOOLNAME := llc
-LINK_COMPONENTS := all-targets bitreader asmparser irreader mirparser
+LINK_COMPONENTS := all-targets bitreader asmparser irreader mirparser transformutils
 
 # Support plugins.
 NO_DEAD_STRIP := 1