We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779fb7f commit 35c6443Copy full SHA for 35c6443
llvm/tools/bugpoint/Makefile
@@ -11,7 +11,7 @@ LEVEL = ../..
11
TOOLNAME = bugpoint
12
13
LINK_COMPONENTS := bcreader bcwriter asmparser instrumentation scalaropts ipo \
14
- datastructure transforms linker
+ transforms linker
15
REQUIRES_EH := 1
16
17
include $(LEVEL)/Makefile.common
llvm/tools/opt/Makefile
@@ -11,6 +11,6 @@ TOOLNAME = opt
LINK_COMPONENTS := bcreader bcwriter instrumentation scalaropts ipo \
- datastructure transforms
+ transforms
0 commit comments