Remove DSA.
[oota-llvm.git] / tools / bugpoint / Makefile
index 4c4aa0cb0ceaedc6ddcc7e3b197e538066508a5c..272f973c2d9ab6cbd5cb73d31e41929e8c844558 100644 (file)
@@ -11,7 +11,7 @@ LEVEL = ../..
 TOOLNAME = bugpoint
 
 LINK_COMPONENTS := bcreader bcwriter asmparser instrumentation scalaropts ipo \
-                   datastructure transforms linker
+                   transforms linker
 REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common