Skip to content

Commit 35c6443

Browse files
author
John Criswell
committed
Remove DSA from release_19 tools.
llvm-svn: 33090
1 parent 779fb7f commit 35c6443

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/tools/bugpoint/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LEVEL = ../..
1111
TOOLNAME = bugpoint
1212

1313
LINK_COMPONENTS := bcreader bcwriter asmparser instrumentation scalaropts ipo \
14-
datastructure transforms linker
14+
transforms linker
1515
REQUIRES_EH := 1
1616

1717
include $(LEVEL)/Makefile.common

llvm/tools/opt/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ TOOLNAME = opt
1111
REQUIRES_EH := 1
1212

1313
LINK_COMPONENTS := bcreader bcwriter instrumentation scalaropts ipo \
14-
datastructure transforms
14+
transforms
1515

1616
include $(LEVEL)/Makefile.common

0 commit comments

Comments
 (0)